Olli Kortelahti

Results 2 issues of Olli Kortelahti

### Configuration ```hcl resource "databricks_sql_table" "thing" { name = "table_name catalog_name = "catalog_name" schema_name = "schema_name" table_type = "EXTERNAL" data_source_format = "DELTA" storage_location = var.s3_location warehouse_id = "warehouseid" column {...

bug

What is the recommended way for running a library module like I would do in vanilla python with the `-m` flag. E.g. ```sh python -m mylibrary.module ```

question
cli