Skip to content

Instantly share code, notes, and snippets.

@doryokujin
Last active August 19, 2016 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doryokujin/9460fe604e485e7f3ac8f7e15387a3df to your computer and use it in GitHub Desktop.
Save doryokujin/9460fe604e485e7f3ac8f7e15387a3df to your computer and use it in GitHub Desktop.
$ td connector:issue config.yml --database ga_reorts --table master_td_data_82405714 --time-column date_hour --auto-create-table 1 ↵
Table 'ga_reorts.master_td_data_82405714' is created.
Job 82980515 is queued.
Use 'td job:show 82980515' to show the status.
$ td job:show 82980515
JobID : 82980515
Status : success
Type : bulkload
Database : ga_reorts
Config :
---
embulk_config:
in:
type: google_analytics
json_key_content: "***"
view_id: 82405714
time_series: ga:dateHour
dimensions:
- ga:browser
- ga:keyword
metrics:
- ga:visits
- ga:pageviews
- ga:organicSearches
filters: []
out:
mode: append
time_column: date_hour
type: td
exec: {}
config_diff: {}
Use '-v' option to show detailed messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment