Cor
Cor
In a SQL query we have a keyword as identifier for a CTE: ```sql WITH data AS ( SELECT * FROM table WHERE id < 100 ) SELECT * FROM...
I see the following exception when pandas data frame is passed as `training_data` in the [AutoMLConfig](https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig(class)?view=azure-ml-py#feedback). ``` text ConfigException: ConfigException: Message: Input of type '' is not supported. Supported types:...
We get the following message when creating a secret scope with an Azure keyvault back end in the CI. ``` { 'error_code': 'TEMPORARILY_UNAVAILABLE', 'message': 'Authentication is temporarily unavailable. Please try...
As discussed in [this `soda-sql` issue](https://github.com/sodadata/soda-sql/issues/479) we prefer to use the Warehouse methods to execute SQL statements since we have control over this API. However, to unblock sodadata/soda-sql#240 we implemented...
Uncomment [this line](https://github.com/datafold/data-diff/blob/c320cce0e00038c422bf8f48cccc48de5f61e811/pyproject.toml#L78). Probably there is a reason why this line is commented. Now I am installing this dependency myself.
**Is your feature request related to a problem? Please describe.** We have tables that contain key columns with the type `Text()`. We can not change these columns; we have to...
**Is your feature request related to a problem? Please describe.** We run `data-diff` for many tables. Sometimes there are a lot of differences between the diffed tables. If so, the...
### Is this your first time opening an issue? - [x] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) ### Describe the Feature Support unit testing [models](https://docs.getdbt.com/docs/building-a-dbt-project/building-models/). Most likely...
### Is this your first time opening an issue? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) ### Describe the Feature Add more examples to the docs,...
### Is this your first time opening an issue? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) ### Describe the Feature Add a quickstart guide to the...