Skip to content

Commit

Permalink
chore: update webda.module.json for gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
loopingz committed Apr 12, 2024
1 parent b55f03f commit 17df866
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions packages/gcp/webda.module.json
Expand Up @@ -277,7 +277,7 @@
"retry": {
"anyOf": [
{
"$ref": "#/definitions/Partial%3Cclass-657338214-735-3044-657338214-0-15050%3E"
"$ref": "#/definitions/Partial%3Cclass-657338214-822-3488-657338214-0-17392%3E"
},
{
"type": "null"
Expand Down Expand Up @@ -391,7 +391,16 @@
"currentRetryAttempt": {
"type": "number"
},
"shouldRetryFn": {}
"shouldRetryFn": {},
"maxRetryDelay": {
"type": "number"
},
"retryDelayMultiplier": {
"type": "number"
},
"totalTimeout": {
"type": "number"
}
}
}
}
Expand Down Expand Up @@ -585,11 +594,22 @@
"type": "string",
"const": "SCHEMA_MISMATCH"
},
{
"type": "string",
"const": "IN_TRANSIT_LOCATION_RESTRICTION"
},
{
"type": "null"
}
],
"description": "BigQueryConfig state"
},
"useTableSchema": {
"type": [
"boolean",
"null"
],
"description": "BigQueryConfig useTableSchema"
}
},
"description": "Properties of a BigQueryConfig."
Expand Down Expand Up @@ -773,6 +793,10 @@
"type": "string",
"const": "NOT_FOUND"
},
{
"type": "string",
"const": "IN_TRANSIT_LOCATION_RESTRICTION"
},
{
"type": "null"
}
Expand Down Expand Up @@ -1215,7 +1239,7 @@
}
}
},
"Partial<class-657338214-735-3044-657338214-0-15050>": {
"Partial<class-657338214-822-3488-657338214-0-17392>": {
"type": "object",
"properties": {
"retryCodes": {
Expand Down Expand Up @@ -1269,7 +1293,9 @@
"retryDelayMultiplier",
"maxRetryDelayMillis"
]
}
},
"shouldRetryFn": {},
"getResumptionRequestFn": {}
}
},
"google.pubsub.v1.BigQueryConfig.State": {
Expand All @@ -1279,7 +1305,8 @@
1,
2,
3,
4
4,
5
],
"description": "State enum."
},
Expand All @@ -1289,7 +1316,8 @@
0,
1,
2,
3
3,
4
],
"description": "State enum."
},
Expand Down

0 comments on commit 17df866

Please sign in to comment.