Wout
Wout
related to [382](https://github.com/microsoft/terraform-provider-azuredevops/issues/382)?
Hi @dataders, thanks for this, and sorry for the delay in testing! unfortunately this does not solve our issue, I still have to make sure I add the user manually...
We are having the same issue, but only when the AAD user is part of an AAD group, and is not the first user attempting this: posted it on [stackoverflow](https://stackoverflow.com/questions/69193354/second-member-of-azure-ad-group-can-not-create-schema-in-azure-sql-database),...
This happens because the user can not be created implicitly. If you configured your database like me, and provided permission to an Azure AD group (and not the user themselves),...
Is there somebody that wrote a wrapper/package with some more advanced support for CosmosDB in Python (`GROUP BY`, `PATCH`,..)?
We're bumping in this issue when rotating our keys/access tokens. Recreating the mounts is relatively time-consuming due to https://github.com/databricks/terraform-provider-databricks/issues/687
Probably same issue as https://github.com/apache/airflow/issues/36688, I'll try to see if that fix solves this issue.
@potiuk, I have had the ability to test this on Airflow 2.9.1, unfortunately, my secret is still not masked. I have 2 connection strings that are unmasked: ``` AIRFLOW_CONN_AZURE=azure://:UNMASKED_PASSWORD?tenantId=&subscriptionId= AIRFLOW_CONN_DATABRICKS=databricks://:[email protected]?azure_tenant_id=...
We have the same issue on Airflow 2.7.1 and 2.8.1, and both on provider 6.1.0 and 6.2.0. Upgrading pandas to 2.1.4 did not solve the issue for us. Downgrading the...
As owner for `databricks_metastore`, I needed to provide `data.databricks_group.mygroup.display_name` instead of `.id`. This is not what I would expect reading the docs. Both resources used account-level provider.