Skip to content

Commit

Permalink
🐛Source Braze: Fix CanvasAnalytics Stream Null Data for step_stats, v…
Browse files Browse the repository at this point in the history
…ariant_stats (#31607)

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
  • Loading branch information
3 people committed Nov 3, 2023
1 parent 2f931d8 commit a9753dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-braze/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ COPY source_braze ./source_braze
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.1.4
LABEL io.airbyte.version=0.2.0
LABEL io.airbyte.name=airbyte/source-braze
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-braze/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 68b9c98e-0747-4c84-b05b-d30b47686725
dockerImageTag: 0.1.4
dockerImageTag: 0.2.0
dockerRepository: airbyte/source-braze
documentationUrl: https://docs.airbyte.com/integrations/sources/braze
githubIssueLabel: source-braze
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ definitions:
$ref: "#/definitions/datetime_14d_incremental_sync"
retriever:
$ref: "#/definitions/non_paginated_retriever"
requester:
$ref: "#/definitions/requester"
request_parameters:
include_variant_breakdown: "true"
include_step_breakdown: "true"
record_selector:
extractor:
field_path: ["data", "stats"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": true,
"properties": {
"canvas_id": {
"type": ["null", "string"]
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/braze.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Rate limits table: https://www.braze.com/docs/api/api_limits/#rate-limits-by-req

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------|:-----------------------------------|
| 0.2.0 | 2023-10-28 | [31607](https://github.com/airbytehq/airbyte/pull/31607) | Fix CanvasAnalytics Stream Null Data for step_stats, variant_stats |
| 0.1.4 | 2023-11-03 | [20520](https://github.com/airbytehq/airbyte/pull/20520) | Fix integration tests |
| 0.1.3 | 2022-12-15 | [20520](https://github.com/airbytehq/airbyte/pull/20520) | The Braze connector born |

Expand Down

0 comments on commit a9753dd

Please sign in to comment.