Davi
09/05/2022, 2:33 PMconfigured()
with resource_defs
?
Thank you !Daniel Mosesson
09/05/2022, 2:41 PMwith_resources([...], {'my_resource': orig_resource.configured(...)})
?Davi
09/05/2022, 3:17 PM@op
called read_from_redshift
and I want to configure the resources and configs:
table_1 = configured(read_from_redshift,
name="reading_table_1")(
{"table": "table_name", "schema": "schema_name"})
Regarding the syntax, how can I apply the with_resource()
as well ? @Daniel MosessonDaniel Mosesson
09/05/2022, 3:22 PMDavi
09/05/2022, 3:28 PMDaniel Mosesson
09/05/2022, 3:29 PMDavi
09/05/2022, 3:30 PMDaniel Mosesson
09/05/2022, 3:31 PMwith_resources([table_1], resource_defs)