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

Dataclass objects #3

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Dataclass objects #3

wants to merge 7 commits into from

Conversation

symroe
Copy link
Member

@symroe symroe commented Sep 5, 2024

This is a bunch of commits I made when thinking about an interface for making 'layers' that didn't require interacting with the AWS objects directly.

I did this after reading Wil's PR and thinking about scaling and maintaining a lot of moving parts. I thought an abstraction might be useful, but I'm not 100% sure.

However, I do think this would allow us to do some cool things with defining workflows and triggers. I also did a thing to make a graph of things automatically.

The latest commit includes a validate script that we can use to check basic errors in committed SQL. I thought this would be useful for sanity / typo checks. Requires SQL glot to be installed with

pip install git+https://github.com/tobymao/sqlglot/archive/refs/tags/v25.19.0.tar.gz

@symroe symroe marked this pull request as draft September 5, 2024 11:50
@symroe symroe requested a review from GeoWill September 5, 2024 11:50
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

Successfully merging this pull request may close these issues.

1 participant