Skip to content

Commit

Permalink
Merge pull request #94 from Matts966/snapshot-feature/tvf
Browse files Browse the repository at this point in the history
Updated Snapshot 🎉
  • Loading branch information
Matts966 authored Apr 13, 2022
2 parents ee28168 + 64e12aa commit 371950b
Show file tree
Hide file tree
Showing 54 changed files with 130 additions and 12 deletions.
3 changes: 2 additions & 1 deletion samples/ml/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/ml/side_effect_first/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/ml/with_all/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/ml/with_functions/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/ml/with_tables/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/ml/create_input.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/sample-ci/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/sample-ci/side_effect_first/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/sample-ci/with_all/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/sample-ci/with_functions/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
3 changes: 2 additions & 1 deletion samples/sample-ci/with_tables/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Analyzing "samples/sample-ci/sample/create_datawarehouse3.sql"
catalog:
tables:
dataset.main
tablename1
tablename2
tvfs:
Empty file.
7 changes: 7 additions & 0 deletions samples/tvf/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file added samples/tvf/alphadag_stderr.txt
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
5 changes: 5 additions & 0 deletions samples/tvf/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
1->0 ;
}
Binary file added samples/tvf/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added samples/tvf/external_tables.txt
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions samples/tvf/side_effect_first/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/side_effect_first/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
5 changes: 5 additions & 0 deletions samples/tvf/side_effect_first/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
1->0 ;
}
Binary file added samples/tvf/side_effect_first/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/side_effect_first_with_tables/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
7 changes: 7 additions & 0 deletions samples/tvf/side_effect_first_with_tables/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
2 [label="dataset.tvf_table", shape=box, type=table];
0->2 ;
1->0 ;
}
Binary file added samples/tvf/side_effect_first_with_tables/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions samples/tvf/with_all/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/with_all/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
9 changes: 9 additions & 0 deletions samples/tvf/with_all/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
2 [label="dataset.tvf_table", shape=box, type=table];
3 [label="dataset.tvf", shape=cds, type=function];
0->2 ;
1->3 ;
3->0 ;
}
Binary file added samples/tvf/with_all/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions samples/tvf/with_functions/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/with_functions/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
7 changes: 7 additions & 0 deletions samples/tvf/with_functions/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
2 [label="dataset.tvf", shape=cds, type=function];
1->2 ;
2->0 ;
}
Binary file added samples/tvf/with_functions/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions samples/tvf/with_tables/alphacheck_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Analyzing "samples/tvf/define_tvf.sql"
Create Table Function Statement analyzed, adding function to catalog...
SUCCESS: analysis finished!
Analyzing "samples/tvf/call_tvf.sql"
DDL analyzed, adding table to catalog...
SUCCESS: analysis finished!
Successfully finished type check!
Empty file.
4 changes: 4 additions & 0 deletions samples/tvf/with_tables/alphadag_stdout.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Reading paths passed as a command line arguments...
Only files that end with .sql or .bq are analyzed.
Reading "samples/tvf/call_tvf.sql"
Reading "samples/tvf/define_tvf.sql"
7 changes: 7 additions & 0 deletions samples/tvf/with_tables/dag.dot
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
digraph G {
0 [label="samples/tvf/call_tvf.sql", shape="", type=query];
1 [label="samples/tvf/define_tvf.sql", shape="", type=query];
2 [label="dataset.tvf_table", shape=box, type=table];
0->2 ;
1->0 ;
}
Binary file added samples/tvf/with_tables/dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.

0 comments on commit 371950b

Please sign in to comment.