I'm curious if this line of code is producing the ...
# ask-community
s
I'm curious if this line of code is producing the resulting warning…
Copy code
sourceCompany = SourceAsset(key=["internal_team", "db_schema", "db_table"], io_manager_key="my_custom_io_manager")
Copy code
xperimentalWarning: "resource_defs" is an experimental argument to function "SourceAsset.__new__". It may break in future versions, even between dot releases.
c
Ah ok I think I found the culprit. Thanks for surfacing
s
glad to help out guys :)