https://dagster.io/ logo
s

schrockn

03/22/2020, 9:26 PM
Instead of
df_tag_session = load_delta_table_to_df.alias("tag_session_load_delta_table_to_df")
you need
df_tag_session = load_delta_table_to_df.alias("tag_session_load_delta_table_to_df")()
s

Simon Späti

03/23/2020, 6:02 AM
ahh crazy.. thanks so much for the quick help Nick, that did the trick, newbie error 🙂. But yes I was a bit confused by the error message. Thanks also for the ticket, not important but it (can) lead you in a complete wrong direction.
2 Views