pycarlo 0.10.134__tar.gz → 0.10.136__tar.gz

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.

Files changed (93) hide show
  1. {pycarlo-0.10.134 → pycarlo-0.10.136}/PKG-INFO +1 -1
  2. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/lib/schema.json +188 -0
  3. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/lib/schema.py +58 -1
  4. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo.egg-info/PKG-INFO +1 -1
  5. {pycarlo-0.10.134 → pycarlo-0.10.136}/.circleci/README.md +0 -0
  6. {pycarlo-0.10.134 → pycarlo-0.10.136}/.circleci/config.yml +0 -0
  7. {pycarlo-0.10.134 → pycarlo-0.10.136}/.coveragerc +0 -0
  8. {pycarlo-0.10.134 → pycarlo-0.10.136}/.github/workflows/release.yml +0 -0
  9. {pycarlo-0.10.134 → pycarlo-0.10.136}/.gitignore +0 -0
  10. {pycarlo-0.10.134 → pycarlo-0.10.136}/.pre-commit-config.yaml +0 -0
  11. {pycarlo-0.10.134 → pycarlo-0.10.136}/LICENSE +0 -0
  12. {pycarlo-0.10.134 → pycarlo-0.10.136}/Makefile +0 -0
  13. {pycarlo-0.10.134 → pycarlo-0.10.136}/README.md +0 -0
  14. {pycarlo-0.10.134 → pycarlo-0.10.136}/examples/sample_circuit_breaker.py +0 -0
  15. {pycarlo-0.10.134 → pycarlo-0.10.136}/examples/sample_insight_upload.py +0 -0
  16. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/__init__.py +0 -0
  17. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/__init__.py +0 -0
  18. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/errors.py +0 -0
  19. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/files.py +0 -0
  20. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/http.py +0 -0
  21. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/mcon.py +0 -0
  22. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/retries.py +0 -0
  23. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/settings.py +0 -0
  24. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/common/utils.py +0 -0
  25. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/core/__init__.py +0 -0
  26. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/core/client.py +0 -0
  27. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/core/endpoint.py +0 -0
  28. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/core/operations.py +0 -0
  29. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/core/session.py +0 -0
  30. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/__init__.py +0 -0
  31. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/circuit_breakers/__init__.py +0 -0
  32. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
  33. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/circuit_breakers/service.py +0 -0
  34. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/dbt/__init__.py +0 -0
  35. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/dbt/dbt_importer.py +0 -0
  36. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/dbt/queries.py +0 -0
  37. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/exceptions.py +0 -0
  38. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/metadata/__init__.py +0 -0
  39. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/metadata/allow_block_list.py +0 -0
  40. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
  41. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/pii/__init__.py +0 -0
  42. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/pii/constants.py +0 -0
  43. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/pii/pii_filterer.py +0 -0
  44. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/pii/queries.py +0 -0
  45. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/pii/service.py +0 -0
  46. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/user/__init__.py +0 -0
  47. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/user/exceptions.py +0 -0
  48. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/user/models.py +0 -0
  49. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/user/queries.py +0 -0
  50. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/features/user/service.py +0 -0
  51. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/lib/README.md +0 -0
  52. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo/lib/__init__.py +0 -0
  53. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo.egg-info/SOURCES.txt +0 -0
  54. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo.egg-info/dependency_links.txt +0 -0
  55. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo.egg-info/requires.txt +0 -0
  56. {pycarlo-0.10.134 → pycarlo-0.10.136}/pycarlo.egg-info/top_level.txt +0 -0
  57. {pycarlo-0.10.134 → pycarlo-0.10.136}/pyproject.toml +0 -0
  58. {pycarlo-0.10.134 → pycarlo-0.10.136}/requirements-ci.txt +0 -0
  59. {pycarlo-0.10.134 → pycarlo-0.10.136}/requirements-dev.txt +0 -0
  60. {pycarlo-0.10.134 → pycarlo-0.10.136}/requirements.txt +0 -0
  61. {pycarlo-0.10.134 → pycarlo-0.10.136}/setup.cfg +0 -0
  62. {pycarlo-0.10.134 → pycarlo-0.10.136}/setup.py +0 -0
  63. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/__init__.py +0 -0
  64. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/__init__.py +0 -0
  65. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/data.json +0 -0
  66. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/test_files.py +0 -0
  67. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/test_http.py +0 -0
  68. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/test_mcon.py +0 -0
  69. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/test_retries.py +0 -0
  70. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/common/test_utils.py +0 -0
  71. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/__init__.py +0 -0
  72. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/circuit_breakers/__init__.py +0 -0
  73. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/circuit_breakers/test_service.py +0 -0
  74. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/dbt/__init__.py +0 -0
  75. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/dbt/sample_logs.txt +0 -0
  76. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/dbt/sample_manifest.json +0 -0
  77. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/dbt/sample_run_results.json +0 -0
  78. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/dbt/test_dbt_importer.py +0 -0
  79. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/metadata/test_dataset_filtering.py +0 -0
  80. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
  81. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
  82. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/pii/test_pii_filtering.py +0 -0
  83. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/user/__init__.py +0 -0
  84. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/features/user/test_user_service.py +0 -0
  85. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/test_client.py +0 -0
  86. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/test_operations.py +0 -0
  87. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/test_retry_decorator.py +0 -0
  88. {pycarlo-0.10.134 → pycarlo-0.10.136}/tests/test_session.py +0 -0
  89. {pycarlo-0.10.134 → pycarlo-0.10.136}/utils/env.sh +0 -0
  90. {pycarlo-0.10.134 → pycarlo-0.10.136}/utils/generate.py +0 -0
  91. {pycarlo-0.10.134 → pycarlo-0.10.136}/utils/sample.env +0 -0
  92. {pycarlo-0.10.134 → pycarlo-0.10.136}/utils/sanity.py +0 -0
  93. {pycarlo-0.10.134 → pycarlo-0.10.136}/utils/vars.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.134
3
+ Version: 0.10.136
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -33604,6 +33604,16 @@
33604
33604
  "ofType": null
33605
33605
  }
33606
33606
  },
33607
+ {
33608
+ "defaultValue": null,
33609
+ "description": null,
33610
+ "name": "outputType",
33611
+ "type": {
33612
+ "kind": "SCALAR",
33613
+ "name": "String",
33614
+ "ofType": null
33615
+ }
33616
+ },
33607
33617
  {
33608
33618
  "defaultValue": null,
33609
33619
  "description": null,
@@ -35187,6 +35197,18 @@
35187
35197
  "name": "String",
35188
35198
  "ofType": null
35189
35199
  }
35200
+ },
35201
+ {
35202
+ "args": [],
35203
+ "deprecationReason": null,
35204
+ "description": null,
35205
+ "isDeprecated": false,
35206
+ "name": "outputType",
35207
+ "type": {
35208
+ "kind": "SCALAR",
35209
+ "name": "String",
35210
+ "ofType": null
35211
+ }
35190
35212
  }
35191
35213
  ],
35192
35214
  "inputFields": null,
@@ -44003,6 +44025,18 @@
44003
44025
  "ofType": null
44004
44026
  }
44005
44027
  },
44028
+ {
44029
+ "args": [],
44030
+ "deprecationReason": null,
44031
+ "description": "Timeout for the SQL query",
44032
+ "isDeprecated": false,
44033
+ "name": "timeout",
44034
+ "type": {
44035
+ "kind": "SCALAR",
44036
+ "name": "Int",
44037
+ "ofType": null
44038
+ }
44039
+ },
44006
44040
  {
44007
44041
  "args": [],
44008
44042
  "deprecationReason": null,
@@ -45339,6 +45373,18 @@
45339
45373
  "name": "Boolean",
45340
45374
  "ofType": null
45341
45375
  }
45376
+ },
45377
+ {
45378
+ "args": [],
45379
+ "deprecationReason": null,
45380
+ "description": "Timeout for the SQL query",
45381
+ "isDeprecated": false,
45382
+ "name": "timeout",
45383
+ "type": {
45384
+ "kind": "SCALAR",
45385
+ "name": "Int",
45386
+ "ofType": null
45387
+ }
45342
45388
  }
45343
45389
  ],
45344
45390
  "inputFields": null,
@@ -56891,6 +56937,18 @@
56891
56937
  "name": "String",
56892
56938
  "ofType": null
56893
56939
  }
56940
+ },
56941
+ {
56942
+ "args": [],
56943
+ "deprecationReason": null,
56944
+ "description": "The maximum timeout for SQL jobs that can be set for this connection",
56945
+ "isDeprecated": false,
56946
+ "name": "sqlJobTimeoutMaximum",
56947
+ "type": {
56948
+ "kind": "SCALAR",
56949
+ "name": "Int",
56950
+ "ofType": null
56951
+ }
56894
56952
  }
56895
56953
  ],
56896
56954
  "inputFields": null,
@@ -83071,6 +83129,18 @@
83071
83129
  "ofType": null
83072
83130
  }
83073
83131
  },
83132
+ {
83133
+ "args": [],
83134
+ "deprecationReason": null,
83135
+ "description": "Timeout for the SQL query.",
83136
+ "isDeprecated": false,
83137
+ "name": "timeout",
83138
+ "type": {
83139
+ "kind": "SCALAR",
83140
+ "name": "Int",
83141
+ "ofType": null
83142
+ }
83143
+ },
83074
83144
  {
83075
83145
  "args": [],
83076
83146
  "deprecationReason": null,
@@ -84657,6 +84727,18 @@
84657
84727
  "ofType": null
84658
84728
  }
84659
84729
  },
84730
+ {
84731
+ "args": [],
84732
+ "deprecationReason": null,
84733
+ "description": null,
84734
+ "isDeprecated": false,
84735
+ "name": "outputType",
84736
+ "type": {
84737
+ "kind": "SCALAR",
84738
+ "name": "String",
84739
+ "ofType": null
84740
+ }
84741
+ },
84660
84742
  {
84661
84743
  "args": [],
84662
84744
  "deprecationReason": null,
@@ -115856,6 +115938,30 @@
115856
115938
  "name": "FilterGroup",
115857
115939
  "ofType": null
115858
115940
  }
115941
+ },
115942
+ {
115943
+ "args": [],
115944
+ "deprecationReason": null,
115945
+ "description": "The connection UUID associated with the monitor",
115946
+ "isDeprecated": false,
115947
+ "name": "connectionId",
115948
+ "type": {
115949
+ "kind": "SCALAR",
115950
+ "name": "UUID",
115951
+ "ofType": null
115952
+ }
115953
+ },
115954
+ {
115955
+ "args": [],
115956
+ "deprecationReason": null,
115957
+ "description": "Timeout for the SQL query",
115958
+ "isDeprecated": false,
115959
+ "name": "timeout",
115960
+ "type": {
115961
+ "kind": "SCALAR",
115962
+ "name": "Int",
115963
+ "ofType": null
115964
+ }
115859
115965
  }
115860
115966
  ],
115861
115967
  "inputFields": null,
@@ -117843,6 +117949,18 @@
117843
117949
  "ofType": null
117844
117950
  }
117845
117951
  },
117952
+ {
117953
+ "args": [],
117954
+ "deprecationReason": null,
117955
+ "description": "Timeout for the SQL query",
117956
+ "isDeprecated": false,
117957
+ "name": "timeout",
117958
+ "type": {
117959
+ "kind": "SCALAR",
117960
+ "name": "Int",
117961
+ "ofType": null
117962
+ }
117963
+ },
117846
117964
  {
117847
117965
  "args": [],
117848
117966
  "deprecationReason": null,
@@ -121642,6 +121760,16 @@
121642
121760
  "name": "UUID",
121643
121761
  "ofType": null
121644
121762
  }
121763
+ },
121764
+ {
121765
+ "defaultValue": null,
121766
+ "description": "Timeout for the SQL query.",
121767
+ "name": "timeout",
121768
+ "type": {
121769
+ "kind": "SCALAR",
121770
+ "name": "Int",
121771
+ "ofType": null
121772
+ }
121645
121773
  }
121646
121774
  ],
121647
121775
  "interfaces": null,
@@ -147423,6 +147551,16 @@
147423
147551
  }
147424
147552
  }
147425
147553
  },
147554
+ {
147555
+ "defaultValue": null,
147556
+ "description": "Timeout for the SQL query",
147557
+ "name": "timeout",
147558
+ "type": {
147559
+ "kind": "SCALAR",
147560
+ "name": "Int",
147561
+ "ofType": null
147562
+ }
147563
+ },
147426
147564
  {
147427
147565
  "defaultValue": null,
147428
147566
  "description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
@@ -157730,6 +157868,16 @@
157730
157868
  }
157731
157869
  }
157732
157870
  },
157871
+ {
157872
+ "defaultValue": null,
157873
+ "description": "Timeout for the SQL query",
157874
+ "name": "timeout",
157875
+ "type": {
157876
+ "kind": "SCALAR",
157877
+ "name": "Int",
157878
+ "ofType": null
157879
+ }
157880
+ },
157733
157881
  {
157734
157882
  "defaultValue": null,
157735
157883
  "description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
@@ -158095,6 +158243,16 @@
158095
158243
  }
158096
158244
  }
158097
158245
  },
158246
+ {
158247
+ "defaultValue": null,
158248
+ "description": "Timeout for the SQL query",
158249
+ "name": "timeout",
158250
+ "type": {
158251
+ "kind": "SCALAR",
158252
+ "name": "Int",
158253
+ "ofType": null
158254
+ }
158255
+ },
158098
158256
  {
158099
158257
  "defaultValue": null,
158100
158258
  "description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
@@ -158738,6 +158896,16 @@
158738
158896
  }
158739
158897
  }
158740
158898
  },
158899
+ {
158900
+ "defaultValue": null,
158901
+ "description": "Timeout for the SQL query",
158902
+ "name": "timeout",
158903
+ "type": {
158904
+ "kind": "SCALAR",
158905
+ "name": "Int",
158906
+ "ofType": null
158907
+ }
158908
+ },
158741
158909
  {
158742
158910
  "defaultValue": null,
158743
158911
  "description": "UUID of the rule, to update an existing rule",
@@ -160699,6 +160867,16 @@
160699
160867
  }
160700
160868
  }
160701
160869
  },
160870
+ {
160871
+ "defaultValue": null,
160872
+ "description": "Timeout for the SQL query",
160873
+ "name": "timeout",
160874
+ "type": {
160875
+ "kind": "SCALAR",
160876
+ "name": "Int",
160877
+ "ofType": null
160878
+ }
160879
+ },
160702
160880
  {
160703
160881
  "defaultValue": null,
160704
160882
  "description": "Timezone (DEPRECATED, use timezone in scheduleConfig instead",
@@ -162298,6 +162476,16 @@
162298
162476
  }
162299
162477
  }
162300
162478
  },
162479
+ {
162480
+ "defaultValue": null,
162481
+ "description": "Timeout for the SQL query",
162482
+ "name": "timeout",
162483
+ "type": {
162484
+ "kind": "SCALAR",
162485
+ "name": "Int",
162486
+ "ofType": null
162487
+ }
162488
+ },
162301
162489
  {
162302
162490
  "defaultValue": "false",
162303
162491
  "description": "Whether to use automatic partition filter in query",
@@ -6884,7 +6884,14 @@ class DbtCloudUpdateConnectionDetails(sgqlc.types.Input):
6884
6884
 
6885
6885
  class ExtendedDataSourceInput(sgqlc.types.Input):
6886
6886
  __schema__ = schema
6887
- __field_names__ = ("data_source", "dw_id", "where_condition", "segments", "connection_uuid")
6887
+ __field_names__ = (
6888
+ "data_source",
6889
+ "dw_id",
6890
+ "where_condition",
6891
+ "segments",
6892
+ "connection_uuid",
6893
+ "timeout",
6894
+ )
6888
6895
  data_source = sgqlc.types.Field(
6889
6896
  sgqlc.types.non_null(DataSourceUnionInput), graphql_name="dataSource"
6890
6897
  )
@@ -6904,6 +6911,9 @@ class ExtendedDataSourceInput(sgqlc.types.Input):
6904
6911
  connection_uuid = sgqlc.types.Field(UUID, graphql_name="connectionUuid")
6905
6912
  """Connection UUID for the data source."""
6906
6913
 
6914
+ timeout = sgqlc.types.Field(Int, graphql_name="timeout")
6915
+ """Timeout for the SQL query."""
6916
+
6907
6917
 
6908
6918
  class FieldMetricFilterInput(sgqlc.types.Input):
6909
6919
  __schema__ = schema
@@ -9799,6 +9809,7 @@ class TransformInput(sgqlc.types.Input):
9799
9809
  "prompt",
9800
9810
  "categories",
9801
9811
  "model_connection_id",
9812
+ "output_type",
9802
9813
  "function",
9803
9814
  "field",
9804
9815
  "id",
@@ -9814,6 +9825,8 @@ class TransformInput(sgqlc.types.Input):
9814
9825
 
9815
9826
  model_connection_id = sgqlc.types.Field(String, graphql_name="modelConnectionId")
9816
9827
 
9828
+ output_type = sgqlc.types.Field(String, graphql_name="outputType")
9829
+
9817
9830
  function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
9818
9831
 
9819
9832
  field = sgqlc.types.Field(String, graphql_name="field")
@@ -10477,6 +10490,7 @@ class IMonitor(sgqlc.types.Interface):
10477
10490
  "tags",
10478
10491
  "data_quality_dimension",
10479
10492
  "is_ootb_replacement",
10493
+ "timeout",
10480
10494
  )
10481
10495
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
10482
10496
  """Unique identifier for monitors"""
@@ -10669,6 +10683,9 @@ class IMonitor(sgqlc.types.Interface):
10669
10683
  detector.
10670
10684
  """
10671
10685
 
10686
+ timeout = sgqlc.types.Field(Int, graphql_name="timeout")
10687
+ """Timeout for the SQL query"""
10688
+
10672
10689
 
10673
10690
  class IMonitorStatus(sgqlc.types.Interface):
10674
10691
  __schema__ = schema
@@ -15179,6 +15196,7 @@ class Connection(sgqlc.types.Type):
15179
15196
  "connection_identifiers",
15180
15197
  "job_errors",
15181
15198
  "resolved_connection_type",
15199
+ "sql_job_timeout_maximum",
15182
15200
  )
15183
15201
  id = sgqlc.types.Field(sgqlc.types.non_null(ID), graphql_name="id")
15184
15202
 
@@ -15268,6 +15286,11 @@ class Connection(sgqlc.types.Type):
15268
15286
  resolved_connection_type = sgqlc.types.Field(String, graphql_name="resolvedConnectionType")
15269
15287
  """Identifies the connection type"""
15270
15288
 
15289
+ sql_job_timeout_maximum = sgqlc.types.Field(Int, graphql_name="sqlJobTimeoutMaximum")
15290
+ """The maximum timeout for SQL jobs that can be set for this
15291
+ connection
15292
+ """
15293
+
15271
15294
 
15272
15295
  class ConnectionIdentifier(sgqlc.types.Type):
15273
15296
  __schema__ = schema
@@ -20179,6 +20202,7 @@ class ExtendedDataSource(sgqlc.types.Type):
20179
20202
  "where_condition",
20180
20203
  "segments",
20181
20204
  "connection_uuid",
20205
+ "timeout",
20182
20206
  "uuid",
20183
20207
  "segment_count_hint",
20184
20208
  )
@@ -20201,6 +20225,9 @@ class ExtendedDataSource(sgqlc.types.Type):
20201
20225
  connection_uuid = sgqlc.types.Field(UUID, graphql_name="connectionUuid")
20202
20226
  """Connection UUID for the data source."""
20203
20227
 
20228
+ timeout = sgqlc.types.Field(Int, graphql_name="timeout")
20229
+ """Timeout for the SQL query."""
20230
+
20204
20231
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
20205
20232
  """UUID of the data source."""
20206
20233
 
@@ -26017,6 +26044,7 @@ class Mutation(sgqlc.types.Type):
26017
26044
  sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
26018
26045
  ),
26019
26046
  ),
26047
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
26020
26048
  ("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
26021
26049
  )
26022
26050
  ),
@@ -26062,6 +26090,7 @@ class Mutation(sgqlc.types.Type):
26062
26090
  * `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
26063
26091
  use schedule instead)
26064
26092
  * `tags` (`[TagKeyValuePairInput]`): The monitor tags.
26093
+ * `timeout` (`Int`): Timeout for the SQL query
26065
26094
  * `timezone` (`String`): Timezone (DEPRECATED, use timezone in
26066
26095
  scheduleConfig instead
26067
26096
  """
@@ -32849,6 +32878,7 @@ class Mutation(sgqlc.types.Type):
32849
32878
  sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
32850
32879
  ),
32851
32880
  ),
32881
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
32852
32882
  ("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
32853
32883
  (
32854
32884
  "variable_definitions",
@@ -32924,6 +32954,7 @@ class Mutation(sgqlc.types.Type):
32924
32954
  * `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
32925
32955
  use schedule instead)
32926
32956
  * `tags` (`[TagKeyValuePairInput]`): The monitor tags.
32957
+ * `timeout` (`Int`): Timeout for the SQL query
32927
32958
  * `timezone` (`String`): Timezone (DEPRECATED, use timezone in
32928
32959
  scheduleConfig instead
32929
32960
  * `variable_definitions` (`[VariableDefinitionInput!]`): Possible
@@ -33052,6 +33083,7 @@ class Mutation(sgqlc.types.Type):
33052
33083
  sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
33053
33084
  ),
33054
33085
  ),
33086
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
33055
33087
  ("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
33056
33088
  (
33057
33089
  "variable_definitions",
@@ -33127,6 +33159,7 @@ class Mutation(sgqlc.types.Type):
33127
33159
  * `start_time` (`DateTime`): Start time of schedule (DEPRECATED,
33128
33160
  use schedule instead)
33129
33161
  * `tags` (`[TagKeyValuePairInput]`): The monitor tags.
33162
+ * `timeout` (`Int`): Timeout for the SQL query
33130
33163
  * `timezone` (`String`): Timezone (DEPRECATED, use timezone in
33131
33164
  scheduleConfig instead
33132
33165
  * `variable_definitions` (`[VariableDefinitionInput!]`): Possible
@@ -33429,6 +33462,7 @@ class Mutation(sgqlc.types.Type):
33429
33462
  default=None,
33430
33463
  ),
33431
33464
  ),
33465
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
33432
33466
  ("uuid", sgqlc.types.Arg(UUID, graphql_name="uuid", default=None)),
33433
33467
  (
33434
33468
  "variable_definitions",
@@ -33487,6 +33521,7 @@ class Mutation(sgqlc.types.Type):
33487
33521
  days (default: `false`)
33488
33522
  * `sql` (`String!`): Custom SQL query to run
33489
33523
  * `tags` (`[TagKeyValuePairInput!]`): The monitor tags.
33524
+ * `timeout` (`Int`): Timeout for the SQL query
33490
33525
  * `uuid` (`UUID`): UUID of the rule, to update an existing rule
33491
33526
  * `variable_definitions` (`[VariableDefinitionInput!]`): Possible
33492
33527
  variable values for SQL query. Allows specifying runtime
@@ -34572,6 +34607,7 @@ class Mutation(sgqlc.types.Type):
34572
34607
  sgqlc.types.list_of(TagKeyValuePairInput), graphql_name="tags", default=None
34573
34608
  ),
34574
34609
  ),
34610
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
34575
34611
  ("timezone", sgqlc.types.Arg(String, graphql_name="timezone", default=None)),
34576
34612
  )
34577
34613
  ),
@@ -34620,6 +34656,7 @@ class Mutation(sgqlc.types.Type):
34620
34656
  use schedule instead)
34621
34657
  * `table_mcons` (`[String]!`): MCON of tables to monitor
34622
34658
  * `tags` (`[TagKeyValuePairInput]`): The monitor tags.
34659
+ * `timeout` (`Int`): Timeout for the SQL query
34623
34660
  * `timezone` (`String`): Timezone (DEPRECATED, use timezone in
34624
34661
  scheduleConfig instead
34625
34662
  """
@@ -35519,6 +35556,7 @@ class Mutation(sgqlc.types.Type):
35519
35556
  default=None,
35520
35557
  ),
35521
35558
  ),
35559
+ ("timeout", sgqlc.types.Arg(Int, graphql_name="timeout", default=None)),
35522
35560
  (
35523
35561
  "use_partition_clause",
35524
35562
  sgqlc.types.Arg(Boolean, graphql_name="usePartitionClause", default=False),
@@ -35585,6 +35623,7 @@ class Mutation(sgqlc.types.Type):
35585
35623
  configuration and false positives might be detected for up to 35
35586
35624
  days (default: `false`)
35587
35625
  * `tags` (`[TagKeyValuePairInput!]`): The monitor tags.
35626
+ * `timeout` (`Int`): Timeout for the SQL query
35588
35627
  * `use_partition_clause` (`Boolean`): Whether to use automatic
35589
35628
  partition filter in query (default: `false`)
35590
35629
  * `uuid` (`UUID`): UUID of the monitor. If specified, it means the
@@ -65120,6 +65159,7 @@ class Transform(sgqlc.types.Type):
65120
65159
  "prompt",
65121
65160
  "categories",
65122
65161
  "model_connection_id",
65162
+ "output_type",
65123
65163
  "function",
65124
65164
  "field",
65125
65165
  "id",
@@ -65135,6 +65175,8 @@ class Transform(sgqlc.types.Type):
65135
65175
 
65136
65176
  model_connection_id = sgqlc.types.Field(String, graphql_name="modelConnectionId")
65137
65177
 
65178
+ output_type = sgqlc.types.Field(String, graphql_name="outputType")
65179
+
65138
65180
  function = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="function")
65139
65181
 
65140
65182
  field = sgqlc.types.Field(String, graphql_name="field")
@@ -65155,6 +65197,7 @@ class TransformFunction(sgqlc.types.Type):
65155
65197
  "category",
65156
65198
  "prompt",
65157
65199
  "score_field",
65200
+ "output_type",
65158
65201
  )
65159
65202
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
65160
65203
 
@@ -65184,6 +65227,8 @@ class TransformFunction(sgqlc.types.Type):
65184
65227
 
65185
65228
  score_field = sgqlc.types.Field(String, graphql_name="scoreField")
65186
65229
 
65230
+ output_type = sgqlc.types.Field(String, graphql_name="outputType")
65231
+
65187
65232
 
65188
65233
  class TriggerCircuitBreakerRule(sgqlc.types.Type):
65189
65234
  """Run a custom rule as a circuit breaker immediately. Supports rules
@@ -69709,6 +69754,7 @@ class CustomRule(sgqlc.types.Type, Node):
69709
69754
  "is_ootb_replacement",
69710
69755
  "is_migrated_from_field_quality",
69711
69756
  "connection_id",
69757
+ "timeout",
69712
69758
  "mc_sql",
69713
69759
  "tags",
69714
69760
  "data_quality_dimension",
@@ -69987,6 +70033,9 @@ class CustomRule(sgqlc.types.Type, Node):
69987
70033
  connection_id = sgqlc.types.Field(UUID, graphql_name="connectionId")
69988
70034
  """The connection UUID associated with the rule"""
69989
70035
 
70036
+ timeout = sgqlc.types.Field(Int, graphql_name="timeout")
70037
+ """Timeout for the SQL query"""
70038
+
69990
70039
  mc_sql = sgqlc.types.Field(String, graphql_name="mcSql")
69991
70040
  """SQL query for the monitor"""
69992
70041
 
@@ -73065,6 +73114,8 @@ class MetricMonitoring(sgqlc.types.Type, Node):
73065
73114
  "notify_rule_run_failure",
73066
73115
  "agent_span_filters",
73067
73116
  "filters",
73117
+ "connection_id",
73118
+ "timeout",
73068
73119
  )
73069
73120
  uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
73070
73121
 
@@ -73284,6 +73335,12 @@ class MetricMonitoring(sgqlc.types.Type, Node):
73284
73335
  filters = sgqlc.types.Field(FilterGroup, graphql_name="filters")
73285
73336
  """filters used on the monitor"""
73286
73337
 
73338
+ connection_id = sgqlc.types.Field(UUID, graphql_name="connectionId")
73339
+ """The connection UUID associated with the monitor"""
73340
+
73341
+ timeout = sgqlc.types.Field(Int, graphql_name="timeout")
73342
+ """Timeout for the SQL query"""
73343
+
73287
73344
 
73288
73345
  class Monitor(
73289
73346
  sgqlc.types.Type,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.134
3
+ Version: 0.10.136
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes