Simon Heisterkamp
Simon Heisterkamp
Spark table schema has some compond builtin types that need keywords so that they can be tokenized correctly, You can see them, here: https://spark.apache.org/docs/latest/sql-ref-datatypes.html I also found a reference to...
there were missing `upper()` calls that messed up parsing of some of my create table statements. Try running the new test without and with my contribution and you will see...
## Expected Behavior an option to `dry-run` a deployment would read and parse the deployment file, make all plans for upload and deployment, print the planned changes and uploads to...
## Expected Behavior I expect the dbx tool to continue to support the lates and recommended versions of databricks tooling. Databricks now recommends all users to migrate to the new...
## Expected Behavior YAML is a superset of JSON (as long as you quote all your strings). The jinja-variables-file wants to parse the file using the YAML parser. Therefore it...