pycarlo 0.10.73__py3-none-any.whl → 0.10.75__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
@@ -1069,6 +1069,33 @@
1069
1069
  "ofType": null
1070
1070
  }
1071
1071
  },
1072
+ {
1073
+ "args": [
1074
+ {
1075
+ "defaultValue": null,
1076
+ "description": "Filter by integration ID",
1077
+ "name": "integrationId",
1078
+ "type": {
1079
+ "kind": "SCALAR",
1080
+ "name": "UUID",
1081
+ "ofType": null
1082
+ }
1083
+ }
1084
+ ],
1085
+ "deprecationReason": null,
1086
+ "description": "(experimental) Get Datadog integrations",
1087
+ "isDeprecated": false,
1088
+ "name": "getDatadogIntegrations",
1089
+ "type": {
1090
+ "kind": "LIST",
1091
+ "name": null,
1092
+ "ofType": {
1093
+ "kind": "OBJECT",
1094
+ "name": "DatadogIntegrationOutput",
1095
+ "ofType": null
1096
+ }
1097
+ }
1098
+ },
1072
1099
  {
1073
1100
  "args": [
1074
1101
  {
@@ -33651,6 +33678,65 @@
33651
33678
  "name": "MonitorConfigurationStatus",
33652
33679
  "possibleTypes": null
33653
33680
  },
33681
+ {
33682
+ "description": "A Datadog integration",
33683
+ "enumValues": null,
33684
+ "fields": [
33685
+ {
33686
+ "args": [],
33687
+ "deprecationReason": null,
33688
+ "description": "The integration ID",
33689
+ "isDeprecated": false,
33690
+ "name": "integrationId",
33691
+ "type": {
33692
+ "kind": "NON_NULL",
33693
+ "name": null,
33694
+ "ofType": {
33695
+ "kind": "SCALAR",
33696
+ "name": "UUID",
33697
+ "ofType": null
33698
+ }
33699
+ }
33700
+ },
33701
+ {
33702
+ "args": [],
33703
+ "deprecationReason": null,
33704
+ "description": "A short name to identify the integration",
33705
+ "isDeprecated": false,
33706
+ "name": "integrationName",
33707
+ "type": {
33708
+ "kind": "NON_NULL",
33709
+ "name": null,
33710
+ "ofType": {
33711
+ "kind": "SCALAR",
33712
+ "name": "String",
33713
+ "ofType": null
33714
+ }
33715
+ }
33716
+ },
33717
+ {
33718
+ "args": [],
33719
+ "deprecationReason": null,
33720
+ "description": "Datadog site (e.g. datadoghq.com)",
33721
+ "isDeprecated": false,
33722
+ "name": "site",
33723
+ "type": {
33724
+ "kind": "NON_NULL",
33725
+ "name": null,
33726
+ "ofType": {
33727
+ "kind": "SCALAR",
33728
+ "name": "String",
33729
+ "ofType": null
33730
+ }
33731
+ }
33732
+ }
33733
+ ],
33734
+ "inputFields": null,
33735
+ "interfaces": [],
33736
+ "kind": "OBJECT",
33737
+ "name": "DatadogIntegrationOutput",
33738
+ "possibleTypes": null
33739
+ },
33654
33740
  {
33655
33741
  "description": null,
33656
33742
  "enumValues": null,
@@ -37423,6 +37509,30 @@
37423
37509
  }
37424
37510
  }
37425
37511
  },
37512
+ {
37513
+ "args": [],
37514
+ "deprecationReason": null,
37515
+ "description": "User who created this warehouse",
37516
+ "isDeprecated": false,
37517
+ "name": "createdWarehouses",
37518
+ "type": {
37519
+ "kind": "NON_NULL",
37520
+ "name": null,
37521
+ "ofType": {
37522
+ "kind": "LIST",
37523
+ "name": null,
37524
+ "ofType": {
37525
+ "kind": "NON_NULL",
37526
+ "name": null,
37527
+ "ofType": {
37528
+ "kind": "OBJECT",
37529
+ "name": "Warehouse",
37530
+ "ofType": null
37531
+ }
37532
+ }
37533
+ }
37534
+ }
37535
+ },
37426
37536
  {
37427
37537
  "args": [
37428
37538
  {
@@ -45800,6 +45910,18 @@
45800
45910
  "ofType": null
45801
45911
  }
45802
45912
  },
45913
+ {
45914
+ "args": [],
45915
+ "deprecationReason": null,
45916
+ "description": "User who created this warehouse",
45917
+ "isDeprecated": false,
45918
+ "name": "createdBy",
45919
+ "type": {
45920
+ "kind": "OBJECT",
45921
+ "name": "User",
45922
+ "ofType": null
45923
+ }
45924
+ },
45803
45925
  {
45804
45926
  "args": [],
45805
45927
  "deprecationReason": null,
@@ -122607,6 +122729,30 @@
122607
122729
  }
122608
122730
  }
122609
122731
  },
122732
+ {
122733
+ "args": [],
122734
+ "deprecationReason": null,
122735
+ "description": "User who created this warehouse",
122736
+ "isDeprecated": false,
122737
+ "name": "createdWarehouses",
122738
+ "type": {
122739
+ "kind": "NON_NULL",
122740
+ "name": null,
122741
+ "ofType": {
122742
+ "kind": "LIST",
122743
+ "name": null,
122744
+ "ofType": {
122745
+ "kind": "NON_NULL",
122746
+ "name": null,
122747
+ "ofType": {
122748
+ "kind": "OBJECT",
122749
+ "name": "Warehouse",
122750
+ "ofType": null
122751
+ }
122752
+ }
122753
+ }
122754
+ }
122755
+ },
122610
122756
  {
122611
122757
  "args": [
122612
122758
  {
@@ -141453,6 +141599,177 @@
141453
141599
  "ofType": null
141454
141600
  }
141455
141601
  },
141602
+ {
141603
+ "args": [
141604
+ {
141605
+ "defaultValue": null,
141606
+ "description": "Datadog API key",
141607
+ "name": "apiKey",
141608
+ "type": {
141609
+ "kind": "NON_NULL",
141610
+ "name": null,
141611
+ "ofType": {
141612
+ "kind": "SCALAR",
141613
+ "name": "String",
141614
+ "ofType": null
141615
+ }
141616
+ }
141617
+ },
141618
+ {
141619
+ "defaultValue": null,
141620
+ "description": "Datadog Application key",
141621
+ "name": "applicationKey",
141622
+ "type": {
141623
+ "kind": "NON_NULL",
141624
+ "name": null,
141625
+ "ofType": {
141626
+ "kind": "SCALAR",
141627
+ "name": "String",
141628
+ "ofType": null
141629
+ }
141630
+ }
141631
+ },
141632
+ {
141633
+ "defaultValue": null,
141634
+ "description": "Identifying name",
141635
+ "name": "integrationName",
141636
+ "type": {
141637
+ "kind": "NON_NULL",
141638
+ "name": null,
141639
+ "ofType": {
141640
+ "kind": "SCALAR",
141641
+ "name": "String",
141642
+ "ofType": null
141643
+ }
141644
+ }
141645
+ },
141646
+ {
141647
+ "defaultValue": null,
141648
+ "description": "Datadog site (e.g. datadoghq.com)",
141649
+ "name": "site",
141650
+ "type": {
141651
+ "kind": "NON_NULL",
141652
+ "name": null,
141653
+ "ofType": {
141654
+ "kind": "SCALAR",
141655
+ "name": "String",
141656
+ "ofType": null
141657
+ }
141658
+ }
141659
+ }
141660
+ ],
141661
+ "deprecationReason": null,
141662
+ "description": "(experimental) Create a Datadog integration",
141663
+ "isDeprecated": false,
141664
+ "name": "createDatadogIntegration",
141665
+ "type": {
141666
+ "kind": "OBJECT",
141667
+ "name": "CreateDatadogIntegration",
141668
+ "ofType": null
141669
+ }
141670
+ },
141671
+ {
141672
+ "args": [
141673
+ {
141674
+ "defaultValue": null,
141675
+ "description": "Datadog API key",
141676
+ "name": "apiKey",
141677
+ "type": {
141678
+ "kind": "SCALAR",
141679
+ "name": "String",
141680
+ "ofType": null
141681
+ }
141682
+ },
141683
+ {
141684
+ "defaultValue": null,
141685
+ "description": "Datadog Application key",
141686
+ "name": "applicationKey",
141687
+ "type": {
141688
+ "kind": "SCALAR",
141689
+ "name": "String",
141690
+ "ofType": null
141691
+ }
141692
+ },
141693
+ {
141694
+ "defaultValue": null,
141695
+ "description": "The integration ID",
141696
+ "name": "integrationId",
141697
+ "type": {
141698
+ "kind": "NON_NULL",
141699
+ "name": null,
141700
+ "ofType": {
141701
+ "kind": "SCALAR",
141702
+ "name": "UUID",
141703
+ "ofType": null
141704
+ }
141705
+ }
141706
+ },
141707
+ {
141708
+ "defaultValue": null,
141709
+ "description": "Identifying name",
141710
+ "name": "integrationName",
141711
+ "type": {
141712
+ "kind": "NON_NULL",
141713
+ "name": null,
141714
+ "ofType": {
141715
+ "kind": "SCALAR",
141716
+ "name": "String",
141717
+ "ofType": null
141718
+ }
141719
+ }
141720
+ },
141721
+ {
141722
+ "defaultValue": null,
141723
+ "description": "Datadog site (e.g. datadoghq.com)",
141724
+ "name": "site",
141725
+ "type": {
141726
+ "kind": "NON_NULL",
141727
+ "name": null,
141728
+ "ofType": {
141729
+ "kind": "SCALAR",
141730
+ "name": "String",
141731
+ "ofType": null
141732
+ }
141733
+ }
141734
+ }
141735
+ ],
141736
+ "deprecationReason": null,
141737
+ "description": "(experimental) Update a Datadog integration",
141738
+ "isDeprecated": false,
141739
+ "name": "updateDatadogIntegration",
141740
+ "type": {
141741
+ "kind": "OBJECT",
141742
+ "name": "UpdateDatadogIntegration",
141743
+ "ofType": null
141744
+ }
141745
+ },
141746
+ {
141747
+ "args": [
141748
+ {
141749
+ "defaultValue": null,
141750
+ "description": "The integration ID",
141751
+ "name": "integrationId",
141752
+ "type": {
141753
+ "kind": "NON_NULL",
141754
+ "name": null,
141755
+ "ofType": {
141756
+ "kind": "SCALAR",
141757
+ "name": "UUID",
141758
+ "ofType": null
141759
+ }
141760
+ }
141761
+ }
141762
+ ],
141763
+ "deprecationReason": null,
141764
+ "description": "(experimental) Delete a Datadog integration",
141765
+ "isDeprecated": false,
141766
+ "name": "deleteDatadogIntegration",
141767
+ "type": {
141768
+ "kind": "OBJECT",
141769
+ "name": "DeleteDatadogIntegration",
141770
+ "ofType": null
141771
+ }
141772
+ },
141456
141773
  {
141457
141774
  "args": [
141458
141775
  {
@@ -166391,6 +166708,75 @@
166391
166708
  "name": "ReportArgumentsUnionInput",
166392
166709
  "possibleTypes": null
166393
166710
  },
166711
+ {
166712
+ "description": null,
166713
+ "enumValues": null,
166714
+ "fields": [
166715
+ {
166716
+ "args": [],
166717
+ "deprecationReason": null,
166718
+ "description": "The integration",
166719
+ "isDeprecated": false,
166720
+ "name": "datadogIntegration",
166721
+ "type": {
166722
+ "kind": "OBJECT",
166723
+ "name": "DatadogIntegrationOutput",
166724
+ "ofType": null
166725
+ }
166726
+ }
166727
+ ],
166728
+ "inputFields": null,
166729
+ "interfaces": [],
166730
+ "kind": "OBJECT",
166731
+ "name": "CreateDatadogIntegration",
166732
+ "possibleTypes": null
166733
+ },
166734
+ {
166735
+ "description": null,
166736
+ "enumValues": null,
166737
+ "fields": [
166738
+ {
166739
+ "args": [],
166740
+ "deprecationReason": null,
166741
+ "description": "The integration",
166742
+ "isDeprecated": false,
166743
+ "name": "datadogIntegration",
166744
+ "type": {
166745
+ "kind": "OBJECT",
166746
+ "name": "DatadogIntegrationOutput",
166747
+ "ofType": null
166748
+ }
166749
+ }
166750
+ ],
166751
+ "inputFields": null,
166752
+ "interfaces": [],
166753
+ "kind": "OBJECT",
166754
+ "name": "UpdateDatadogIntegration",
166755
+ "possibleTypes": null
166756
+ },
166757
+ {
166758
+ "description": null,
166759
+ "enumValues": null,
166760
+ "fields": [
166761
+ {
166762
+ "args": [],
166763
+ "deprecationReason": null,
166764
+ "description": "If the integration was deleted",
166765
+ "isDeprecated": false,
166766
+ "name": "deleted",
166767
+ "type": {
166768
+ "kind": "SCALAR",
166769
+ "name": "Boolean",
166770
+ "ofType": null
166771
+ }
166772
+ }
166773
+ ],
166774
+ "inputFields": null,
166775
+ "interfaces": [],
166776
+ "kind": "OBJECT",
166777
+ "name": "DeleteDatadogIntegration",
166778
+ "possibleTypes": null
166779
+ },
166394
166780
  {
166395
166781
  "description": "Create or update a table monitor",
166396
166782
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -15269,6 +15269,15 @@ class CreateDatabricksSecret(sgqlc.types.Type):
15269
15269
  """Name of the secret that was created"""
15270
15270
 
15271
15271
 
15272
+ class CreateDatadogIntegration(sgqlc.types.Type):
15273
+ __schema__ = schema
15274
+ __field_names__ = ("datadog_integration",)
15275
+ datadog_integration = sgqlc.types.Field(
15276
+ "DatadogIntegrationOutput", graphql_name="datadogIntegration"
15277
+ )
15278
+ """The integration"""
15279
+
15280
+
15272
15281
  class CreateIntegrationKey(sgqlc.types.Type):
15273
15282
  """Create an integration key"""
15274
15283
 
@@ -17382,6 +17391,23 @@ class DatabricksWarehouseResponse(sgqlc.types.Type):
17382
17391
  """State of the warehouse."""
17383
17392
 
17384
17393
 
17394
+ class DatadogIntegrationOutput(sgqlc.types.Type):
17395
+ """A Datadog integration"""
17396
+
17397
+ __schema__ = schema
17398
+ __field_names__ = ("integration_id", "integration_name", "site")
17399
+ integration_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="integrationId")
17400
+ """The integration ID"""
17401
+
17402
+ integration_name = sgqlc.types.Field(
17403
+ sgqlc.types.non_null(String), graphql_name="integrationName"
17404
+ )
17405
+ """A short name to identify the integration"""
17406
+
17407
+ site = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="site")
17408
+ """Datadog site (e.g. datadoghq.com)"""
17409
+
17410
+
17385
17411
  class DatasetConnection(sgqlc.types.relay.Connection):
17386
17412
  __schema__ = schema
17387
17413
  __field_names__ = ("page_info", "edges")
@@ -18091,6 +18117,13 @@ class DeleteDataProductV2(sgqlc.types.Type):
18091
18117
  """Status of the deletion operation."""
18092
18118
 
18093
18119
 
18120
+ class DeleteDatadogIntegration(sgqlc.types.Type):
18121
+ __schema__ = schema
18122
+ __field_names__ = ("deleted",)
18123
+ deleted = sgqlc.types.Field(Boolean, graphql_name="deleted")
18124
+ """If the integration was deleted"""
18125
+
18126
+
18094
18127
  class DeleteDomain(sgqlc.types.Type):
18095
18128
  """Delete a domain"""
18096
18129
 
@@ -24021,6 +24054,9 @@ class Mutation(sgqlc.types.Type):
24021
24054
  "update_logs_integration",
24022
24055
  "delete_logs_integration",
24023
24056
  "generate_report",
24057
+ "create_datadog_integration",
24058
+ "update_datadog_integration",
24059
+ "delete_datadog_integration",
24024
24060
  "create_or_update_table_monitor",
24025
24061
  "pause_table_monitor",
24026
24062
  "delete_table_monitor",
@@ -24613,6 +24649,111 @@ class Mutation(sgqlc.types.Type):
24613
24649
  * `report_parameters` (`ReportArgumentsUnionInput!`)None
24614
24650
  """
24615
24651
 
24652
+ create_datadog_integration = sgqlc.types.Field(
24653
+ CreateDatadogIntegration,
24654
+ graphql_name="createDatadogIntegration",
24655
+ args=sgqlc.types.ArgDict(
24656
+ (
24657
+ (
24658
+ "api_key",
24659
+ sgqlc.types.Arg(
24660
+ sgqlc.types.non_null(String), graphql_name="apiKey", default=None
24661
+ ),
24662
+ ),
24663
+ (
24664
+ "application_key",
24665
+ sgqlc.types.Arg(
24666
+ sgqlc.types.non_null(String), graphql_name="applicationKey", default=None
24667
+ ),
24668
+ ),
24669
+ (
24670
+ "integration_name",
24671
+ sgqlc.types.Arg(
24672
+ sgqlc.types.non_null(String), graphql_name="integrationName", default=None
24673
+ ),
24674
+ ),
24675
+ (
24676
+ "site",
24677
+ sgqlc.types.Arg(
24678
+ sgqlc.types.non_null(String), graphql_name="site", default=None
24679
+ ),
24680
+ ),
24681
+ )
24682
+ ),
24683
+ )
24684
+ """(experimental) Create a Datadog integration
24685
+
24686
+ Arguments:
24687
+
24688
+ * `api_key` (`String!`): Datadog API key
24689
+ * `application_key` (`String!`): Datadog Application key
24690
+ * `integration_name` (`String!`): Identifying name
24691
+ * `site` (`String!`): Datadog site (e.g. datadoghq.com)
24692
+ """
24693
+
24694
+ update_datadog_integration = sgqlc.types.Field(
24695
+ "UpdateDatadogIntegration",
24696
+ graphql_name="updateDatadogIntegration",
24697
+ args=sgqlc.types.ArgDict(
24698
+ (
24699
+ ("api_key", sgqlc.types.Arg(String, graphql_name="apiKey", default=None)),
24700
+ (
24701
+ "application_key",
24702
+ sgqlc.types.Arg(String, graphql_name="applicationKey", default=None),
24703
+ ),
24704
+ (
24705
+ "integration_id",
24706
+ sgqlc.types.Arg(
24707
+ sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
24708
+ ),
24709
+ ),
24710
+ (
24711
+ "integration_name",
24712
+ sgqlc.types.Arg(
24713
+ sgqlc.types.non_null(String), graphql_name="integrationName", default=None
24714
+ ),
24715
+ ),
24716
+ (
24717
+ "site",
24718
+ sgqlc.types.Arg(
24719
+ sgqlc.types.non_null(String), graphql_name="site", default=None
24720
+ ),
24721
+ ),
24722
+ )
24723
+ ),
24724
+ )
24725
+ """(experimental) Update a Datadog integration
24726
+
24727
+ Arguments:
24728
+
24729
+ * `api_key` (`String`): Datadog API key
24730
+ * `application_key` (`String`): Datadog Application key
24731
+ * `integration_id` (`UUID!`): The integration ID
24732
+ * `integration_name` (`String!`): Identifying name
24733
+ * `site` (`String!`): Datadog site (e.g. datadoghq.com)
24734
+ """
24735
+
24736
+ delete_datadog_integration = sgqlc.types.Field(
24737
+ DeleteDatadogIntegration,
24738
+ graphql_name="deleteDatadogIntegration",
24739
+ args=sgqlc.types.ArgDict(
24740
+ (
24741
+ (
24742
+ "integration_id",
24743
+ sgqlc.types.Arg(
24744
+ sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
24745
+ ),
24746
+ ),
24747
+ )
24748
+ ),
24749
+ )
24750
+ """(experimental) Delete a Datadog integration
24751
+
24752
+ Arguments:
24753
+
24754
+ * `integration_id` (`UUID!`): The integration ID
24755
+ """
24756
+
24616
24757
  create_or_update_table_monitor = sgqlc.types.Field(
24617
24758
  CreateOrUpdateTableMonitor,
24618
24759
  graphql_name="createOrUpdateTableMonitor",
@@ -41972,6 +42113,7 @@ class Query(sgqlc.types.Type):
41972
42113
  "get_table_monitor_validation_statuses",
41973
42114
  "get_table_monitor_configuration",
41974
42115
  "get_default_monitor_configuration",
42116
+ "get_datadog_integrations",
41975
42117
  "get_billing_credit_grants",
41976
42118
  "get_contract_commits",
41977
42119
  "get_billing_invoices",
@@ -42974,6 +43116,20 @@ class Query(sgqlc.types.Type):
42974
43116
  * `mcon` (`String!`)None
42975
43117
  """
42976
43118
 
43119
+ get_datadog_integrations = sgqlc.types.Field(
43120
+ sgqlc.types.list_of(DatadogIntegrationOutput),
43121
+ graphql_name="getDatadogIntegrations",
43122
+ args=sgqlc.types.ArgDict(
43123
+ (("integration_id", sgqlc.types.Arg(UUID, graphql_name="integrationId", default=None)),)
43124
+ ),
43125
+ )
43126
+ """(experimental) Get Datadog integrations
43127
+
43128
+ Arguments:
43129
+
43130
+ * `integration_id` (`UUID`): Filter by integration ID
43131
+ """
43132
+
42977
43133
  get_billing_credit_grants = sgqlc.types.Field(
42978
43134
  BillingCreditGrantResults,
42979
43135
  graphql_name="getBillingCreditGrants",
@@ -63230,6 +63386,15 @@ class UpdateDatabricksSQLWarehouseCredentialsV2Mutation(sgqlc.types.Type):
63230
63386
  result = sgqlc.types.Field(UpdateCredentialsV2Result, graphql_name="result")
63231
63387
 
63232
63388
 
63389
+ class UpdateDatadogIntegration(sgqlc.types.Type):
63390
+ __schema__ = schema
63391
+ __field_names__ = ("datadog_integration",)
63392
+ datadog_integration = sgqlc.types.Field(
63393
+ DatadogIntegrationOutput, graphql_name="datadogIntegration"
63394
+ )
63395
+ """The integration"""
63396
+
63397
+
63233
63398
  class UpdateDbtCloudCredentialsV2Mutation(sgqlc.types.Type):
63234
63399
  """Update credentials for an existing dbt cloud connection. Note:
63235
63400
  This mutation only uploads credentials and returns a temporary
@@ -64256,6 +64421,7 @@ class Warehouse(sgqlc.types.Type):
64256
64421
  "deleted_at",
64257
64422
  "deleted_by",
64258
64423
  "config",
64424
+ "created_by",
64259
64425
  "connections",
64260
64426
  "tables",
64261
64427
  "incidents",
@@ -64317,6 +64483,9 @@ class Warehouse(sgqlc.types.Type):
64317
64483
 
64318
64484
  config = sgqlc.types.Field(JSONString, graphql_name="config")
64319
64485
 
64486
+ created_by = sgqlc.types.Field("User", graphql_name="createdBy")
64487
+ """User who created this warehouse"""
64488
+
64320
64489
  connections = sgqlc.types.Field(
64321
64490
  sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Connection))),
64322
64491
  graphql_name="connections",
@@ -65765,6 +65934,7 @@ class AuthUser(sgqlc.types.Type, Node):
65765
65934
  "user_settings",
65766
65935
  "invitees",
65767
65936
  "warehouse_deleted_by",
65937
+ "created_warehouses",
65768
65938
  "eventmodel_set",
65769
65939
  "eventdetectorfeedbackmodel_created_by",
65770
65940
  "eventdetectorfeedbackmodel_updated_by",
@@ -65975,6 +66145,12 @@ class AuthUser(sgqlc.types.Type, Node):
65975
66145
  graphql_name="warehouseDeletedBy",
65976
66146
  )
65977
66147
 
66148
+ created_warehouses = sgqlc.types.Field(
66149
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Warehouse))),
66150
+ graphql_name="createdWarehouses",
66151
+ )
66152
+ """User who created this warehouse"""
66153
+
65978
66154
  eventmodel_set = sgqlc.types.Field(
65979
66155
  sgqlc.types.non_null(EventConnection),
65980
66156
  graphql_name="eventmodelSet",
@@ -71694,6 +71870,7 @@ class User(sgqlc.types.Type, Node):
71694
71870
  "user_settings",
71695
71871
  "invitees",
71696
71872
  "warehouse_deleted_by",
71873
+ "created_warehouses",
71697
71874
  "eventmodel_set",
71698
71875
  "eventdetectorfeedbackmodel_created_by",
71699
71876
  "eventdetectorfeedbackmodel_updated_by",
@@ -71907,6 +72084,12 @@ class User(sgqlc.types.Type, Node):
71907
72084
  graphql_name="warehouseDeletedBy",
71908
72085
  )
71909
72086
 
72087
+ created_warehouses = sgqlc.types.Field(
72088
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null(Warehouse))),
72089
+ graphql_name="createdWarehouses",
72090
+ )
72091
+ """User who created this warehouse"""
72092
+
71910
72093
  eventmodel_set = sgqlc.types.Field(
71911
72094
  sgqlc.types.non_null(EventConnection),
71912
72095
  graphql_name="eventmodelSet",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.73
3
+ Version: 0.10.75
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=GN8sQR70SfF7Q6nytQBW9nUN5nNVgnwGU-thC_fwgj0,5965418
39
- pycarlo/lib/schema.py,sha256=5r7Sv-GrOmUl_tc0k06WYgBBy0ql_ShjUJ-v0D6MjvQ,2576967
40
- pycarlo-0.10.73.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.73.dist-info/METADATA,sha256=g1MTu2okli3bu1DA-as54NJ4ggXudtwYAIA45uTCoo0,8741
42
- pycarlo-0.10.73.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.73.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.73.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=2YtOM3WQ1MBKtHYIJyeT7jGIFp2mpzAHKM6aUvLOskk,5977621
39
+ pycarlo/lib/schema.py,sha256=_bbRzLz1lWHJUM9p3SxOUZCwCWXeZ-EW-Ki35uijuIU,2583025
40
+ pycarlo-0.10.75.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.75.dist-info/METADATA,sha256=Moou1kqoPK0Z_YcEOaOGIjUpzXgmQPsONeRlpVr954E,8741
42
+ pycarlo-0.10.75.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.75.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.75.dist-info/RECORD,,