Guest User

Untitled

a guest
May 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. ➜ dags (master) ✗ gcloud beta composer environments run airflow-dev --location us-central1 resetdb -- --yes
  2. kubeconfig entry generated for us-central1-airflow-dev-470365c5-gke.
  3.  
  4.  
  5. [2018-05-17 21:22:25,108] {configuration.py:206} WARNING - section/key [celery/celery_ssl_active] not found in config
  6. [2018-05-17 21:22:25,109] {default_celery.py:41} WARNING - Celery Executor will run without SSL
  7. [2018-05-17 21:22:25,114] {__init__.py:45} INFO - Using executor CeleryExecutor
  8. DB: mysql+mysqldb://root:***@airflow-sqlproxy-service/airflow-db
  9. [2018-05-17 21:22:26,800] {db.py:331} INFO - Dropping tables that exist
  10. [2018-05-17 21:22:27,306] {migration.py:116} INFO - Context impl MySQLImpl.
  11. [2018-05-17 21:22:27,308] {migration.py:121} INFO - Will assume non-transactional DDL.
  12. [2018-05-17 21:22:27,393] {db.py:312} INFO - Creating tables
  13. INFO [alembic.runtime.migration] Context impl MySQLImpl.
  14. INFO [alembic.runtime.migration] Will assume non-transactional DDL.
  15. INFO [alembic.runtime.migration] Running upgrade -> e3a246e0dc1, current schema
  16. INFO [alembic.runtime.migration] Running upgrade e3a246e0dc1 -> 1507a7289a2f, create is_encrypted
  17. INFO [alembic.runtime.migration] Running upgrade 1507a7289a2f -> 13eb55f81627, maintain history for compatibility with earlier migrations
  18. INFO [alembic.runtime.migration] Running upgrade 13eb55f81627 -> 338e90f54d61, More logging into task_isntance
  19. INFO [alembic.runtime.migration] Running upgrade 338e90f54d61 -> 52d714495f0, job_id indices
  20. INFO [alembic.runtime.migration] Running upgrade 52d714495f0 -> 502898887f84, Adding extra to Log
  21. INFO [alembic.runtime.migration] Running upgrade 502898887f84 -> 1b38cef5b76e, add dagrun
  22. INFO [alembic.runtime.migration] Running upgrade 1b38cef5b76e -> 2e541a1dcfed, task_duration
  23. INFO [alembic.runtime.migration] Running upgrade 2e541a1dcfed -> 40e67319e3a9, dagrun_config
  24. INFO [alembic.runtime.migration] Running upgrade 40e67319e3a9 -> 561833c1c74b, add password column to user
  25. INFO [alembic.runtime.migration] Running upgrade 561833c1c74b -> 4446e08588, dagrun start end
  26. INFO [alembic.runtime.migration] Running upgrade 4446e08588 -> bbc73705a13e, Add notification_sent column to sla_miss
  27. INFO [alembic.runtime.migration] Running upgrade bbc73705a13e -> bba5a7cfc896, Add a column to track the encryption state of the 'Extra' field in connection
  28. INFO [alembic.runtime.migration] Running upgrade bba5a7cfc896 -> 1968acfc09e3, add is_encrypted column to variable table
  29. INFO [alembic.runtime.migration] Running upgrade 1968acfc09e3 -> 2e82aab8ef20, rename user table
  30. INFO [alembic.runtime.migration] Running upgrade 2e82aab8ef20 -> 211e584da130, add TI state index
  31. INFO [alembic.runtime.migration] Running upgrade 211e584da130 -> 64de9cddf6c9, add task fails journal table
  32. INFO [alembic.runtime.migration] Running upgrade 64de9cddf6c9 -> f2ca10b85618, add dag_stats table
  33. INFO [alembic.runtime.migration] Running upgrade f2ca10b85618 -> 4addfa1236f1, Add fractional seconds to mysql tables
  34. INFO [alembic.runtime.migration] Running upgrade 4addfa1236f1 -> 8504051e801b, xcom dag task indices
  35. INFO [alembic.runtime.migration] Running upgrade 8504051e801b -> 5e7d17757c7a, add pid field to TaskInstance
  36. INFO [alembic.runtime.migration] Running upgrade 5e7d17757c7a -> 127d2bf2dfa7, Add dag_id/state index on dag_run table
  37. INFO [alembic.runtime.migration] Running upgrade 127d2bf2dfa7 -> cc1e65623dc7, add max tries column to task instance
  38. [2018-05-17 21:22:30,961] {models.py:189} INFO - Filling up the DagBag from /home/airflow/gcs/dags
  39. INFO [alembic.runtime.migration] Running upgrade cc1e65623dc7 -> bdaa763e6c56, Make xcom value column a large binary
  40. INFO [alembic.runtime.migration] Running upgrade bdaa763e6c56 -> 947454bf1dff, add ti job_id index
  41. INFO [alembic.runtime.migration] Running upgrade 947454bf1dff -> d2ae31099d61, Increase text size for MySQL (not relevant for other DBs' text types)
  42. [2018-05-17 21:22:31,775] {models.py:189} INFO - Filling up the DagBag from /home/airflow/gcs/dags
  43. [2018-05-17 21:22:31,809] {models.py:3808} INFO - Creating ORM DAG for fb_ingest_todays_spend_yudi
  44. [2018-05-17 21:22:31,830] {models.py:3808} INFO - Creating ORM DAG for facebook_ingest_todays_spend_new
  45. [2018-05-17 21:22:31,849] {models.py:3808} INFO - Creating ORM DAG for simple_greeting
  46.  
  47. ➜ dags (master) ✗
Add Comment
Please, Sign In to add comment