Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thegreatape/b37b8c31f967decb718460869042519a to your computer and use it in GitHub Desktop.
Save thegreatape/b37b8c31f967decb718460869042519a to your computer and use it in GitHub Desktop.
airflow initdb output
[2019-04-01 18:19:11,856] {{settings.py:174}} INFO - settings.configure_orm(): Using pool settings. pool_size=5, pool_recycle=1800, pid=48
/usr/local/airflow/.local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
""")
[2019-04-01 18:19:12,912] {{__init__.py:51}} INFO - Using executor LocalExecutor
DB: postgresql+psycopg2://airflow:***@postgres:5432/airflow
[2019-04-01 18:19:13,083] {{db.py:338}} INFO - Creating tables
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
/usr/local/lib/python3.6/site-packages/airflow/operators/bash_operator.py:66: PendingDeprecationWarning: Invalid arguments were passed to BashOperator (task_id: log_cleanup_file_0). Support for passing such arguments will be dropped in Airflow 2.0. Invalid arguments were:
*args: ()
**kwargs: {'provide_context': True}
super(BashOperator, self).__init__(*args, **kwargs)
/usr/local/lib/python3.6/site-packages/airflow/operators/bash_operator.py:66: PendingDeprecationWarning: Invalid arguments were passed to BashOperator (task_id: log_cleanup_directory_0). Support for passing such arguments will be dropped in Airflow 2.0. Invalid arguments were:
*args: ()
**kwargs: {'provide_context': True}
super(BashOperator, self).__init__(*args, **kwargs)
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment