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

Change how tables, databases, etc are referenced by connection strings #56

Open
kyprifog opened this issue Apr 30, 2021 · 0 comments
Open

Comments

@kyprifog
Copy link
Collaborator

kyprifog commented Apr 30, 2021

Right now some operators reference table_name database_name I want to consolidate into a SQLalchemy like connection string like:

<SOURCE>://<DB_NAME>/<TABLE_NAME>

for example:

athena://database/table
s3://bucket/path...
glue://database/table

etc.

Also think about how to reference multiple such objects (lists for joins for example)

@kyprifog kyprifog modified the milestone: Backlog Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant