Amanda Crawford
12/02/2019, 3:00 PMalex
12/02/2019, 3:12 PMAmanda Crawford
12/02/2019, 3:53 PMalex
12/02/2019, 4:10 PMKeyError
might be the more interesting of the errors there. Seems like we have a bug where we always expect message
but there are cases when it is not presentAmanda Crawford
12/02/2019, 4:11 PMalex
12/02/2019, 4:23 PMAmanda Crawford
12/02/2019, 4:25 PMalex
12/02/2019, 4:27 PMnate
12/02/2019, 4:39 PMKeyError
seems like a bug on our endAmanda Crawford
12/02/2019, 4:45 PMnate
12/02/2019, 4:45 PMAmanda Crawford
12/02/2019, 4:46 PMalex
12/02/2019, 4:49 PMPythonError
here indicates you are likely hitting another problemAmanda Crawford
12/02/2019, 4:52 PMalex
12/02/2019, 4:57 PMAmanda Crawford
12/02/2019, 4:57 PMsystem_storage_defs
to include s3
as an option - the example linked above demonstrates howAmanda Crawford
12/02/2019, 5:12 PMalex
12/02/2019, 5:20 PMAmanda Crawford
12/03/2019, 6:31 PMalex
12/03/2019, 9:35 PM(dagenv36) ~/dagster:master$ python
Python 3.6.8 (default, Dec 2 2019, 12:06:17)
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from dagster_graphql.version import __nightly__
>>> __nightly__
'2019.12.03'
pip list
dagit 0.6.5
dagster 0.6.5
dagster-graphql-nightly 2019.12.3Amanda Crawford
12/03/2019, 9:45 PMpip install dagster-graphql[nightly]
alex
12/03/2019, 9:47 PMpip install dagster-graphql-nightly
pip uninstall dagster-graphql
alsomax
12/03/2019, 9:57 PMAmanda Crawford
12/03/2019, 10:00 PMpip install dagster-graphql-nightly
and tried to run and that when I ran to the error messagemax
12/03/2019, 10:04 PMAmanda Crawford
12/03/2019, 10:05 PMmax
12/03/2019, 10:09 PMAmanda Crawford
12/03/2019, 10:11 PM>>> from dagster_graphql.version import __nightly__
>>> __nightly__
'nightly-2019.11.28'
max
12/03/2019, 10:23 PMstorage: s3:
or equivalent?Amanda Crawford
12/03/2019, 10:25 PMstorage:
filesystem:
config:
base_dir: /tmp/dagster-airflow/entity_type_pipeline
max
12/03/2019, 10:42 PMDagsterPythonOperator
alex
12/03/2019, 11:14 PMAmanda Crawford
12/04/2019, 2:21 AMalex
12/04/2019, 3:57 PMAmanda Crawford
12/04/2019, 4:01 PMalex
12/04/2019, 4:35 PMAmanda Crawford
12/04/2019, 4:46 PMmax
12/04/2019, 6:02 PMalex
12/04/2019, 6:42 PMAmanda Crawford
12/04/2019, 7:13 PMalex
12/04/2019, 7:26 PMAmanda Crawford
12/04/2019, 7:29 PMalex
12/04/2019, 7:31 PMcreate_intermediate_entity_table
?Amanda Crawford
12/04/2019, 7:34 PMalex
12/04/2019, 7:35 PMAmanda Crawford
12/04/2019, 7:36 PMalex
12/04/2019, 7:36 PMStepFailureData(error=SerializableErrorInfo(message=‘sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not connect to server: Connection refused\n\tIs the server running on host “localhost” (127.0.0.1) and accepting\n\tTCP/IP connections on port 5433?\ncould not connect to server: Address not available\n\tIs the server running on host “localhost” (::1) and accepting\n\tTCP/IP connections on port 5433?\n\n(Background on this error at: http://sqlalche.me/e/e3q8)\n’, stack=None, cls_name=None), user_failure_data=None), message=None)
I guess I assumed it was passing again since it’s marked as success in Airflowya this is the terrible bug that @nate is fixing
Amanda Crawford
12/04/2019, 7:37 PMalex
12/04/2019, 7:40 PMnate
12/04/2019, 7:55 PMAmanda Crawford
12/04/2019, 8:21 PMnate
12/04/2019, 8:44 PMAmanda Crawford
12/05/2019, 8:36 PMalex
12/06/2019, 7:02 PM