pycarlo 0.10.162__py3-none-any.whl → 0.10.163__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -142867,6 +142867,26 @@
142867
142867
  "name": "String",
142868
142868
  "ofType": null
142869
142869
  }
142870
+ },
142871
+ {
142872
+ "defaultValue": null,
142873
+ "description": "Azure Tenant ID (for M2M oauth with an Entra ID managed service principal)",
142874
+ "name": "azureTenantId",
142875
+ "type": {
142876
+ "kind": "SCALAR",
142877
+ "name": "String",
142878
+ "ofType": null
142879
+ }
142880
+ },
142881
+ {
142882
+ "defaultValue": null,
142883
+ "description": "Azure ARM resource ID of the Databricks workspace (for M2M oauth with an Entra ID managed service principal)",
142884
+ "name": "azureWorkspaceResourceId",
142885
+ "type": {
142886
+ "kind": "SCALAR",
142887
+ "name": "String",
142888
+ "ofType": null
142889
+ }
142870
142890
  }
142871
142891
  ],
142872
142892
  "interfaces": null,
pycarlo/lib/schema.py CHANGED
@@ -6857,6 +6857,8 @@ class DatabricksSqlWarehouseInput(sgqlc.types.Input):
6857
6857
  "databricks_client_id",
6858
6858
  "databricks_client_secret",
6859
6859
  "databricks_workspace_id",
6860
+ "azure_tenant_id",
6861
+ "azure_workspace_resource_id",
6860
6862
  )
6861
6863
  databricks_workspace_url = sgqlc.types.Field(
6862
6864
  sgqlc.types.non_null(String), graphql_name="databricksWorkspaceUrl"
@@ -6880,6 +6882,16 @@ class DatabricksSqlWarehouseInput(sgqlc.types.Input):
6880
6882
  databricks_workspace_id = sgqlc.types.Field(String, graphql_name="databricksWorkspaceId")
6881
6883
  """Databricks workspace ID"""
6882
6884
 
6885
+ azure_tenant_id = sgqlc.types.Field(String, graphql_name="azureTenantId")
6886
+ """Azure Tenant ID (for M2M oauth with an Entra ID managed service
6887
+ principal)
6888
+ """
6889
+
6890
+ azure_workspace_resource_id = sgqlc.types.Field(String, graphql_name="azureWorkspaceResourceId")
6891
+ """Azure ARM resource ID of the Databricks workspace (for M2M oauth
6892
+ with an Entra ID managed service principal)
6893
+ """
6894
+
6883
6895
 
6884
6896
  class DatabricksSqlWarehouseUpdateConnectionDetails(sgqlc.types.Input):
6885
6897
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.162
3
+ Version: 0.10.163
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=Ra_vXxFvGJr31Lzt7JAD5d7nLRZSoNHlt24cLzac7nM,6230158
39
- pycarlo/lib/schema.py,sha256=5dBpObbnwaBdwv8NhMYy1apxvf6Y7RsPpgqCUAD-wFE,2704982
40
- pycarlo-0.10.162.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.162.dist-info/METADATA,sha256=Y2Xn7kxGRZ1WHqqdnphP8OWd-M2dRVHVvxS87tAPeEU,8742
42
- pycarlo-0.10.162.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.162.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.162.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=KxhmfBAKMgJQVqUJN6kGcRs1eAbzHGCoplJLdD9Fzso,6230903
39
+ pycarlo/lib/schema.py,sha256=j_zg9VCMNHsjjnAkDljNOd-222npd9XBxMLZU4V2CCU,2705451
40
+ pycarlo-0.10.163.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.163.dist-info/METADATA,sha256=l64CzY3mp_0hEa6ncnSX5p5sX95XP-zUPibnjQIzpm8,8742
42
+ pycarlo-0.10.163.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.163.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.163.dist-info/RECORD,,