Anton Marini
03/23/2023, 8:14 PMMatheus Barbosa
03/23/2023, 8:37 PMAnton Marini
03/24/2023, 1:16 AMAnton Marini
03/24/2023, 4:34 PMv0.44.1-helm -> v0.44.1-helm (refusing to allow a Personal Access Token to create or update workflow .github/workflows/build-report.yml
without workflow
scope)`
im assuming im missing a step in my config.viritha vanama
03/24/2023, 6:37 PMRyan (Airbyte)
03/24/2023, 7:05 PMviritha vanama
03/24/2023, 7:16 PMviritha vanama
03/24/2023, 7:16 PMAnton Marini
03/24/2023, 7:33 PMAnton Marini
03/24/2023, 7:33 PMAazam Thakur
03/25/2023, 8:04 AMEduardo lopes
03/28/2023, 4:02 PMShreepad Khandve
03/28/2023, 6:41 PMSudarshana T
03/31/2023, 4:28 AMJosh Douch
04/02/2023, 5:31 PMHans Peter Hagblom
04/03/2023, 7:59 AMJosh Douch
04/03/2023, 4:55 PMKevin Conseil
04/04/2023, 12:58 PMVladimir Stankovic
04/06/2023, 1:47 AM{
"filterCriteria": [
{
"field": "lastModifiedDate",
"operator": "AFTER",
"value": "2023-04-02"
}
],
"sortingCriteria": {
"field": "lastModifiedDate",
"order": "ASC"
}
}
Danish Raza
04/06/2023, 5:55 PMadditionalProperties
and instead creating 2 columns event_data.type
event_data.additionalProperties
is this the expected behavior? can someone help me on this.
when i tried same on snowflake, it produces event_data
as json and one column. i am looking for same behavior on bigquery denormalized connector.
"event_data": {
"type": ["null", "object"],
"additionalProperties": true
},
PS: i'm using some legacy airbyte instance and can not upgrade it atm.Josh Douch
04/06/2023, 9:47 PMEric Schrock
04/07/2023, 12:36 PMJon Erik Kemi Warghed
04/07/2023, 4:18 PMrecord_selector:
type: RecordSelector
extractor:
type: DpathExtractor
field_path:
- data
transformations:
- type: AddFields
fields:
- path: job_id
value: '{{ stream_slice.job_id }}'
- type: RemoveFields
field_pointers:
- ["attributes", "first-name"]
- ["attributes", "last-name" ]
paginator:
type: DefaultPaginator
page_token_option:
type: RequestPath
pagination_strategy:
type: CursorPagination
cursor_value: '{{ response[''links''][''next''] }}'Akash
04/10/2023, 6:31 AMAkash
04/10/2023, 6:31 AMCarolina Buckler
04/10/2023, 3:24 PM2.0.9
Error: Cannot receive data for stream 'EmailMessage', error message: 'exceeded 100000 distinct ids'
Any suggestions on how to fix this, or backfill in chunks?Eric Schrock
04/10/2023, 3:34 PM**If you are a community contributor**, follow the instructions in the [documentation](<https://docs.airbyte.io/integrations/sources/jira>)
to generate the necessary credentials. Then create a file `secrets/config.json` conforming to the `source_jira/spec.json` file.
Note that the `secrets` directory is gitignored by default, so there is no danger of accidentally checking in sensitive information.
See `integration_tests/sample_config.json` for a sample config file.
However, that documentation contains nothing about generating credentials.Akash
04/10/2023, 4:53 PMAkash
04/10/2023, 4:54 PMShreepad Khandve
04/13/2023, 12:33 PM