-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from Matts966/hotfix/ignore-resources-in-check
Make AlphaCheck ignore tables and functions
- Loading branch information
Showing
122 changed files
with
629 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Empty file.
9 changes: 9 additions & 0 deletions
9
samples/create-temp-table-test/side_effect_first/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Analyzing "samples/create-temp-table-test/temp_table.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/create-temp-table-test/reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
9 changes: 9 additions & 0 deletions
9
samples/create-temp-table-test/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Analyzing "samples/create-temp-table-test/temp_table.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/create-temp-table-test/reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
9 changes: 9 additions & 0 deletions
9
samples/create-temp-table-test/with_all/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Analyzing "samples/create-temp-table-test/temp_table.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/create-temp-table-test/reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
9 changes: 9 additions & 0 deletions
9
samples/create-temp-table-test/with_functions/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Analyzing "samples/create-temp-table-test/temp_table.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/create-temp-table-test/reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
9 changes: 9 additions & 0 deletions
9
samples/create-temp-table-test/with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Analyzing "samples/create-temp-table-test/temp_table.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/create-temp-table-test/reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
Removing temporary table tmp | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/drop-test/create-and-drop.sql" | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
7 changes: 7 additions & 0 deletions
7
samples/drop-test/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/drop-test/create-and-drop.sql" | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/drop-test/create-and-drop.sql" | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/drop-test/create-and-drop.sql" | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/drop-test/create-and-drop.sql" | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
DDL analyzed, adding table to catalog... | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR: INVALID_ARGUMENT: Table not found: datawarehouse2 [at samples/ml/create_input.sql:5:3] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Analyzing "samples/ml/create_input.sql" | ||
catalog: | ||
dataset.main | ||
tablename1 | ||
tablename2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR: INVALID_ARGUMENT: Table not found: datawarehouse2 [at samples/ml/create_input.sql:5:3] |
5 changes: 5 additions & 0 deletions
5
samples/ml/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Analyzing "samples/ml/create_input.sql" | ||
catalog: | ||
dataset.main | ||
tablename1 | ||
tablename2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR: INVALID_ARGUMENT: Table not found: datawarehouse2 [at samples/ml/create_input.sql:5:3] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Analyzing "samples/ml/create_input.sql" | ||
catalog: | ||
dataset.main | ||
tablename1 | ||
tablename2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR: INVALID_ARGUMENT: Table not found: datawarehouse2 [at samples/ml/create_input.sql:5:3] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Analyzing "samples/ml/create_input.sql" | ||
catalog: | ||
dataset.main | ||
tablename1 | ||
tablename2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ERROR: INVALID_ARGUMENT: Table not found: datawarehouse2 [at samples/ml/create_input.sql:5:3] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Analyzing "samples/ml/create_input.sql" | ||
catalog: | ||
dataset.main | ||
tablename1 | ||
tablename2 |
Empty file.
17 changes: 17 additions & 0 deletions
17
samples/mutasions-and-query/side_effect_first/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Analyzing "samples/mutasions-and-query/mutation3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query1.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation2.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation1.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query2.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
17 changes: 17 additions & 0 deletions
17
samples/mutasions-and-query/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Analyzing "samples/mutasions-and-query/mutation3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query1.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation2.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation1.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query2.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
17 changes: 17 additions & 0 deletions
17
samples/mutasions-and-query/with_all/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Analyzing "samples/mutasions-and-query/mutation3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query1.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query2.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation2.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation1.sql" | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
17 changes: 17 additions & 0 deletions
17
samples/mutasions-and-query/with_functions/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Analyzing "samples/mutasions-and-query/query3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query2.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query1.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation2.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation1.sql" | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
17 changes: 17 additions & 0 deletions
17
samples/mutasions-and-query/with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Analyzing "samples/mutasions-and-query/mutation3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query1.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query3.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/query2.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation2.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/mutasions-and-query/mutation1.sql" | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
7 changes: 7 additions & 0 deletions
7
samples/sample-any-type/side_effect_first/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/sample-any-type/dedup.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-any-type/dedup_count.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
7 changes: 7 additions & 0 deletions
7
samples/sample-any-type/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/sample-any-type/dedup.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-any-type/dedup_count.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/sample-any-type/dedup.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-any-type/dedup_count.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/sample-any-type/dedup.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-any-type/dedup_count.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Analyzing "samples/sample-any-type/dedup.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-any-type/dedup_count.sql" | ||
Create Function Statement analyzed, adding function to catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
12 changes: 12 additions & 0 deletions
12
...le-arbitrary-dependency-graph-with-drop-statement/side_effect_first/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
12 changes: 12 additions & 0 deletions
12
...-dependency-graph-with-drop-statement/side_effect_first_with_tables/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
12 changes: 12 additions & 0 deletions
12
samples/sample-arbitrary-dependency-graph-with-drop-statement/with_all/alphacheck_stdout.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert_before_reference.sql" | ||
DDL analyzed, adding table to catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select2.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/select.sql" | ||
Drop Statement analyzed, dropping table from catalog... | ||
SUCCESS: analysis finished! | ||
Analyzing "samples/sample-arbitrary-dependency-graph-with-drop-statement/insert.sql" | ||
SUCCESS: analysis finished! | ||
Successfully finished type check! |
Empty file.
Oops, something went wrong.