Craig Condie
08/02/2022, 8:16 PMGuilherme Diaz-Berrio
08/02/2022, 10:53 PMMarcos Marx (Airbyte)
08/03/2022, 11:34 AMJeff Burnett
08/03/2022, 11:50 AMRoberto Malcotti
08/03/2022, 12:23 PM{
"campaign_analytics": {
"DATE": "2021-06-09"
}
}
My question is, would it be possible to have a nested state?
{
"campaign_analytics": {
"campaign_1": {
"DATE": "2021-06-09"
},
"campaign_2": {
"DATE": "2020-06-09"
}
}
}
Unfortunately all the examples use the deprecated method get_updated_state
So is it possibile to have a nested state? If so, do you have an example how to use it?Roberto Malcotti
08/03/2022, 1:05 PMHarvey Marshall
08/03/2022, 1:11 PMRahul Patel
08/03/2022, 5:06 PMAshwini Mali
08/01/2022, 3:53 AMArun
08/03/2022, 7:08 PMGopibalu Subramaniyan
08/03/2022, 7:31 PMMarcos Marx (Airbyte)
08/03/2022, 8:02 PMArun
08/03/2022, 9:29 PM# Relevant to scaling.
SYNC_JOB_MAX_ATTEMPTS=3
SYNC_JOB_MAX_TIMEOUT_DAYS=3
JOB_MAIN_CONTAINER_CPU_REQUEST=8
JOB_MAIN_CONTAINER_CPU_LIMIT=8
JOB_MAIN_CONTAINER_MEMORY_REQUEST= 100g
JOB_MAIN_CONTAINER_MEMORY_LIMIT= 100g
### LOGGING/MONITORING/TRACKING ###
TRACKING_STRATEGY=segment
JOB_ERROR_REPORTING_STRATEGY=logging
# Although not present as an env var, expected by Log4J configuration.
LOG_LEVEL=INFO
### APPLICATIONS ###
# Worker #
# Relevant to scaling.
MAX_SYNC_WORKERS=10
MAX_SPEC_WORKERS=10
MAX_CHECK_WORKERS=10
MAX_DISCOVER_WORKERS=10
# Temporal Activity configuration
ACTIVITY_MAX_ATTEMPT=
ACTIVITY_INITIAL_DELAY_BETWEEN_ATTEMPTS_SECONDS=
ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS=
WORKFLOW_FAILURE_RESTART_DELAY_SECONDS=
kiran
08/03/2022, 9:46 PMrathika
08/04/2022, 5:18 AMsubhranil ghosh
08/04/2022, 7:33 AMRahul Patel
08/04/2022, 8:52 AMHagen Knust
08/04/2022, 9:41 AMChris Nogradi
08/04/2022, 1:25 PMAshley Baer
08/04/2022, 2:57 PMArun
08/04/2022, 4:38 PMRoberto Malcotti
08/04/2022, 5:56 PMThe connection tests failed.
"Invalid custom reports json structure. ('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [_OpenSSLErrorWithText(code=75497580, lib=9, reason=108, reason_text=b'error0480006CPEM routines::no start line')])"When we check the source code, we see 2 sources ( source-google-analytics-data-api and source-google-analytics-v4). But in Airbyte cloud we have only 1 choice.
Wilfredo Molina
08/04/2022, 6:18 PM~/.octavia
for FOO=bar
to use in sources, destinations, and connections via ${FOO}
?Arun
08/04/2022, 7:21 PMResford Rouzer
08/04/2022, 8:19 PMkylashpriya NA
08/04/2022, 9:59 PMArun
08/05/2022, 5:17 AMRoberto Malcotti
08/05/2022, 2:01 PMMarcos Marx (Airbyte)
08/05/2022, 2:17 PMBhuvan Bhatia
08/05/2022, 6:17 PM