{"database": "pelican", "table": "content", "is_view": false, "human_description_en": "where author = \"ryan\" and published_date = \"2016-10-22\"", "rows": [["ryan", "technology", "Nothing can ever really be considered **done** when you're talking about\nprogramming, right?\n\nI decided to try and add images to the [python script I wrote last\nweek](https://github.com/miloardot/python-\nfiles/commit/e603eb863dbba169938b63df3fa82263df942984) and was able to do it,\nwith not too much hassel.\n\nThe first thing I decided to do was to update the code on `pythonista` on my\niPad Pro and verify that it would run.\n\nIt took some doing (mostly because I _forgot_ that the attributes in an `img`\ntag included what I needed ... initially I was trying to programmatically get\nthe name of the person from the image file itelf using [regular\nexpressions](https://en.wikipedia.org/wiki/Regular_expression) ... it didn't\nwork out well).\n\nOnce that was done I branched the `master` on GitHub into a `development`\nbranch and copied the changes there. Once that was done I performed a **pull\nrequest** on the macOS GitHub Desktop Application.\n\nFinally, I used the macOS GitHub app to merge my **pull request** from\n`development` into `master` and now have the changes.\n\nThe updated script will now also get the image data to display into the multi\nmarkdown table:\n\n    \n    \n    | Name | Title | Image |\n    | --- | --- | --- |\n    |Mike Cheley|CEO/Creative Director|![alt text](https://www.graphtek.com/user_images/Team/Mike_Cheley.png \"Mike Cheley\")|\n    |Ozzy|Official Greeter|![alt text](https://www.graphtek.com/user_images/Team/Ozzy.png \"Ozzy\")|\n    |Jay Sant|Vice President|![alt text](https://www.graphtek.com/user_images/Team/Jay_Sant.png \"Jay Sant\")|\n    |Shawn Isaac|Vice President|![alt text](https://www.graphtek.com/user_images/Team/Shawn_Isaac.png \"Shawn Isaac\")|\n    |Jason Gurzi|SEM Specialist|![alt text](https://www.graphtek.com/user_images/Team/Jason_Gurzi.png \"Jason Gurzi\")|\n    |Yvonne Valles|Director of First Impressions|![alt text](https://www.graphtek.com/user_images/Team/Yvonne_Valles.png \"Yvonne Valles\")|\n    |Ed Lowell|Senior Designer|![alt text](https://www.graphtek.com/user_images/Team/Ed_Lowell.png \"Ed Lowell\")|\n    |Paul Hasas|User Interface Designer|![alt text](https://www.graphtek.com/user_images/Team/Paul_Hasas.png \"Paul Hasas\")|\n    |Alan Schmidt|Senior Web Developer|![alt text](https://www.graphtek.com/user_images/Team/Alan_Schmidt.png \"Alan Schmidt\")|\n    \n\nWhich gets displayed as this:\n\nName Title Image\n\n* * *\n\nMike Cheley CEO/Creative Director ![alt\ntext](https://www.graphtek.com/user_images/Team/Mike_Cheley.png) Ozzy Official\nGreeter ![alt text](https://www.graphtek.com/user_images/Team/Ozzy.png) Jay\nSant Vice President ![alt\ntext](https://www.graphtek.com/user_images/Team/Jay_Sant.png) Shawn Isaac Vice\nPresident ![alt\ntext](https://www.graphtek.com/user_images/Team/Shawn_Isaac.png) Jason Gurzi\nSEM Specialist ![alt\ntext](https://www.graphtek.com/user_images/Team/Jason_Gurzi.png) Yvonne Valles\nDirector of First Impressions ![alt\ntext](https://www.graphtek.com/user_images/Team/Yvonne_Valles.png) Ed Lowell\nSenior Designer ![alt\ntext](https://www.graphtek.com/user_images/Team/Ed_Lowell.png) Paul Hasas User\nInterface Designer ![alt\ntext](https://www.graphtek.com/user_images/Team/Paul_Hasas.png) Alan Schmidt\nSenior Web Developer ![alt\ntext](https://www.graphtek.com/user_images/Team/Alan_Schmidt.png)\n\n", "2016-10-22", "an-update-to-my-first-python-script", "Nothing can ever really be considered **done** when you're talking about\nprogramming, right?\n\nI decided to try and add images to the [python script I wrote last\nweek](https://github.com/miloardot/python-\nfiles/commit/e603eb863dbba169938b63df3fa82263df942984) and was able to do it,\nwith not too much hassel.\n\nThe first thing I decided to do was to update the \u2026\n\n", "An Update to my first Python Script", "https://www.ryancheley.com/2016/10/22/an-update-to-my-first-python-script/"]], "truncated": false, "filtered_table_rows_count": 1, "expanded_columns": [], "expandable_columns": [], "columns": ["author", "category", "content", "published_date", "slug", "summary", "title", "url"], "primary_keys": ["slug"], "units": {}, "query": {"sql": "select author, category, content, published_date, slug, summary, title, url from content where \"author\" = :p0 and \"published_date\" = :p1 order by slug limit 101", "params": {"p0": "ryan", "p1": "2016-10-22"}}, "facet_results": {}, "suggested_facets": [{"name": "published_date", "type": "date", "toggle_url": "http://search.ryancheley.com/pelican/content.json?author=ryan&published_date=2016-10-22&_facet_date=published_date"}], "next": null, "next_url": null, "private": false, "allow_execute_sql": true, "query_ms": 11.669304687529802}