Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLAlchemy Data Source for Two Tier Datasources #12810

Open
inancdokurel opened this issue Mar 6, 2025 · 0 comments
Open

SQLAlchemy Data Source for Two Tier Datasources #12810

inancdokurel opened this issue Mar 6, 2025 · 0 comments
Labels
bug Bug report

Comments

@inancdokurel
Copy link
Contributor

I am using sqlalchemy source type for a SingleStore data source with the following ingestion pattern:

Image

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:
Image

Since Two Tier Sqlalchemy datasources already exist in the datahub codebase, will this behavior be supported in the sqlalchemy source type as well?

@inancdokurel inancdokurel added the bug Bug report label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant