You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sqlalchemy source type for a SingleStore data source with the following ingestion pattern:
After ingestion, the urn's are created like this:
urn:li:dataset:(urn:li:dataPlatform:singlestore,temp.CRM_Operator,PROD)
However when I don't provide a database name in the SQLAlchemy connection string's end, I get an unnecessary and unwieldly parent container for the underlying databases like in the following image:
Since Two Tier Sqlalchemy datasources already exist in the datahub codebase, will this behavior be supported in the sqlalchemy source type as well?
The text was updated successfully, but these errors were encountered:
I am using
sqlalchemy
source type for a SingleStore data source with the following ingestion pattern:After ingestion, the urn's are created like this:
urn:li:dataset:(urn:li:dataPlatform:singlestore,temp.CRM_Operator,PROD)
However when I don't provide a database name in the SQLAlchemy connection string's end, I get an unnecessary and unwieldly parent container for the underlying databases like in the following image:

Since Two Tier Sqlalchemy datasources already exist in the datahub codebase, will this behavior be supported in the
sqlalchemy
source type as well?The text was updated successfully, but these errors were encountered: