我使用的是unix操作系统,正在尝试通过chrome浏览器运行程序。为了测试这个程序,我添加了下面这行代码:
run_query(/*project id*/, 'SELECT id, view_count FROM bigquery-public-data.stackoverflow.posts_questionsWHERE tags like \'%google-bigquery%\' ORDER BY view_count DESC', f
尝试下面的示例:
airflow test bigquery_github_trends_v1 bq_check_githubarchive_day 2017-06-02[2017-09-11 16:32:26,631] {models.py:1126} INFO - Dependencies all met for <TaskInstance: bigquery_github_trends_v1/contrib/hooks/
但是,有一件事我有点不清楚,那就是如何正确地为我的守护进程提供参数,我想在其中运行相同的进程,但是并行地运行多个业务(lob)。因此,基本上,我希望在每次运行中运行多个lob的下面的dag,并让每个lob运行在parralel中。### My first dag to play around with bigquery and gcp stuff