in code location 2, I'm trying to set that up as a...
# integration-snowflake
c
in code location 2, I'm trying to set that up as a
SourceAsset
like this:
Copy code
jira_tickets_source_asset = SourceAsset(
    key=AssetKey("ED_CRM_DASH_CRM_JIRA_TICKETS_CONSOLIDATED"),
    io_manager_key="io_manager",
)
Note that
io_manager
is the
snowflake_pandas_io_manager