Eric
01/26/2020, 9:43 PMcontext.db_info.engine.execute(...)
. But how would you specify multiple of a same resource if one pipeline needed to connect to a mysql and postgres server ? Something along the lines of:
resources:
db_info_mysql:
config:
username: mysqluser
...
db_info_postgres:
config:
username: pguser
...
alex
01/27/2020, 11:48 PM@pipeline
/ @composite_solid
https://dagster.phacility.com/source/dagster/browse/master/python_modules/dagster/dagster/core/definitions/dependency.py$23-28