Conversation
This is so we can start parsing and extracting dependencies from it.
This is so we have functionality to remove strings that make the query difficult to parse.
This is so we can get it into a format that we can extract table names from.
This is so we can get the equivalent value of a passed in key for a nested dictionary.
This is so people can replicate the work here.
This is so we can get it in a dictionary for visualising.
This is so we can have a layer of tables derived off another layer.
This is so we have a complicated query which uses ctes and subqueries, which will be good for testing.
This is to ensure it works.
This is to improve efficiency. Also make documentation of reference_datasets argument clearer.
This is so we can ensure class method works on a directory of SQL scripts.
This is so we can check this works also.
abefeb7 to
fb3e799
Compare
This is so it can be run automatically.
5a927f5 to
66f594f
Compare
This is to show what it builds on. Include Python badge also and move ISSUES_TEMPLATE/ to .github/.
66f594f to
0d4881d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch extracts table names from SQL script names and their associated table dependencies.
Changes
The high-level changes made in this PR are:
Please see the commit history for more detailed changes.
Check