Bronze 3
Since ‎11-14-2023
3 weeks ago

My Stats

  • 18 Posts
  • 2 Solutions
  • 2 Likes given
  • 17 Likes received

yan-hic's Bio

Badges yan-hic Earned

View all badges

Recent Activity

Not sure what I am doing wrong here. I have a `test` workspace that is pushed to `test` branch in Github. When creating a release configuration and specifying to read the branch `test` (gitcommitish) to compile, GCP dataform ignores it and wants to r...
If you have the need to define a BigQuery UDF in JS in SQLX, you cannot leverage the UI code typing/correction/formatting. In SQLX, the UI understand "regular" SQL UDF since these are ... SQL but for JS, the code would be considered as a large multil...
I had expected that the default schema be used in any non-qualified table reference.For instance, I have bunch of DDLs that DataForm cannot generate at compiling time so we use BQ scripting. EXECUTE IMMEDIATE "CREATE TABLE test AS SELECT FROM stagin...
I need to create some SQL statements at execution time, not compilation, and have therefore turned to a BQ UDF in JS.It took me some time to figure that Dataform engine is confusing interpolation used within my UDF with "it's own".For example,create ...