This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -X POST localhost:8080/v1/statement -d "SELECT 1" -H "X-Presto-User: szyn" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim: set ft=yml: | |
| +hoge: | |
| echo>: fuga! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo systemctl stop nginx | |
| sudo systemctl stop supervisor | |
| sudo systemctl disable nginx | |
| sudo systemctl disable supervisor | |
| sudo -u redash bin/run ./manage.py runserver --host 0.0.0.0 --debugger --reload |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +repeat_task1: | |
| for_each>: | |
| fruit: [apple, orange, apricot, plum, banana, lemon] | |
| verb: [eat, throw] | |
| _do: | |
| echo>: ${verb} ${fruit} | |
| +repeat_task2: | |
| loop>: 100 | |
| _do: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "alfredtheme" : { | |
| "result" : { | |
| "textSpacing" : 7, | |
| "subtext" : { | |
| "size" : 11, | |
| "colorSelected" : "#FFFFFFA7", | |
| "font" : "MigMix 1P", | |
| "color" : "#FFFFFF4F" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pg: | |
| host: production | |
| port: 5432 | |
| database: production_db | |
| user: production_user | |
| ssl: true | |
| schema: myschema |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| username: Digdag | |
| icon_emoji: ':blush:' | |
| attachments: | |
| - fallback: '[SUCCESS] ${workflow_name} workflow' | |
| color: "good" | |
| text: '*[SUCCESS]* `${workflow_name}` Workflow' | |
| mrkdwn_in: | |
| - text | |
| - pretext | |
| - fields |