Skip to content

Commit

Permalink
Add concurrent_batches to manifest v12.json (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm authored Nov 21, 2024
1 parent 4f83631 commit 4d76112
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.9.0b2"
"default": "1.9.0b4"
},
"generated_at": {
"type": "string"
Expand Down Expand Up @@ -446,6 +446,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"delimiter": {
"type": "string",
"default": ","
Expand Down Expand Up @@ -1113,6 +1116,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -1499,6 +1505,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -2944,6 +2953,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -3747,6 +3759,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"access": {
"enum": [
"private",
Expand Down Expand Up @@ -4675,6 +4690,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -5115,6 +5133,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -6622,6 +6643,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"strategy": {
"anyOf": [
{
Expand Down Expand Up @@ -7542,6 +7566,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -10337,6 +10364,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"delimiter": {
"type": "string",
"default": ","
Expand Down Expand Up @@ -11004,6 +11034,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -11390,6 +11423,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -12835,6 +12871,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -13638,6 +13677,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"access": {
"enum": [
"private",
Expand Down Expand Up @@ -14566,6 +14608,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -15006,6 +15051,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down Expand Up @@ -16513,6 +16561,9 @@
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
},
"strategy": {
"anyOf": [
{
Expand Down Expand Up @@ -17433,6 +17484,9 @@
},
"event_time": {
"default": null
},
"concurrent_batches": {
"default": null
}
},
"additionalProperties": true
Expand Down

0 comments on commit 4d76112

Please sign in to comment.