Update sql-formatter & specify SQL language according to warehouse
resolves #1489
Would you like to update [sql-formatter](https://www.npmjs.com/package/sql-formatter)? Currently, dataform CLI depends on version `^2.3.3`, which is about 4 years old. The latest version is `12.2....
resolved #602
**Input data** Which SQL and options did you provide as input? ```sql SELECT MAKE_INTERVAL(1, day=>2, minute => 3) ``` **Expected Output** ```sql SELECT MAKE_INTERVAL(1, day => 2, mi...
resolves #1484 If you know of any other places where I should add a test, any advice would be appreciated.
I've noticed that the database() and schema() functions, which were added in the following pull requests, cannot be used within sqlx files. - #1432 - #1438 According to the document for `Itable...
This is a guide to run tests provided in contributing.md https://github.com/dataform-co/dataform/blob/f58bbddf599ba1efe3c1d927213c3209a4b8681b/contributing.md#L35-L43 However, it fails with th...
## Type of change - [x] Bugfix ## Description of change The Adagio adapter revert to the previous style of the element itself, rather than computed style. Details is the issue #9035. Re...
## Type of issue Bug ## Description Since adding the Adagio adapter, I have found that some ad slots remain hidden. Adagio adapter sends `adunit_position` which means slot position from wi...
原文: https://github.com/OWASP/Go-SCP/blob/248f41d62b7cd17c0ea4f140546fe8888472ece1/src/input-validation/validation.md?plain=1#L138L139
http2 is went GA on 2021-06-22 https://cloud.google.com/run/docs/release-notes#June_22_2021 Just to make sure, I've check gcloud version on Cloud Shell Editor, Google Cloud SDK is 386.0.0 and `gcl...