Dan Siegel
10/25/2022, 4:23 PMcreate database
and I was hoping to get an inventory of the perms actually neededHaritha Gunawardana
10/25/2022, 6:01 PMAlbert Marrero
10/25/2022, 6:17 PMKrishna Elangovan
10/25/2022, 6:34 PMkubectl apply -k kube/overlays/stable
I get this error
The Job "airbyte-bootloader" is invalid: spec.template: Invalid value: core.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string{"controller-uid":"a9791ea0-5c6b-4896-ab01-23fff164bca1", "job-name":"airbyte-bootloader"}, Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ZZZ_DeprecatedClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Spec:core.PodSpec{Volumes:[]core.Volume(nil), InitContainers:[]core.Container(nil), Containers:[]core.Container{core.Container{Name:"airbyte-bootloader-container", Image:"airbyte/bootloader:0.40.17", Command:[]string(nil), Args:[]string(nil), WorkingDir:"", Ports:[]core.ContainerPort(nil), EnvFrom:[]core.EnvFromSource(nil), Env:[]core.EnvVar{core.EnvVar{Name:"AIRBYTE_VERSION", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b020)}, core.EnvVar{Name:"DATABASE_HOST", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b040)}, core.EnvVar{Name:"DATABASE_PORT", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b060)}, core.EnvVar{Name:"DATABASE_PASSWORD", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b080)}, core.EnvVar{Name:"DATABASE_URL", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b0a0)}, core.EnvVar{Name:"DATABASE_USER", Value:"", ValueFrom:(*core.EnvVarSource)(0x401169b0c0)}}, Resources:core.ResourceRequirements{Limits:core.ResourceList(nil), Requests:core.ResourceList(nil)}, VolumeMounts:[]core.VolumeMount(nil), VolumeDevices:[]core.VolumeDevice(nil), LivenessProbe:(*core.Probe)(nil), ReadinessProbe:(*core.Probe)(nil), StartupProbe:(*core.Probe)(nil), Lifecycle:(*core.Lifecycle)(nil), TerminationMessagePath:"/dev/termination-log", TerminationMessagePolicy:"File", ImagePullPolicy:"IfNotPresent", SecurityContext:(*core.SecurityContext)(nil), Stdin:false, StdinOnce:false, TTY:false}}, EphemeralContainers:[]core.EphemeralContainer(nil), RestartPolicy:"Never", TerminationGracePeriodSeconds:(*int64)(0x40073879f8), ActiveDeadlineSeconds:(*int64)(nil), DNSPolicy:"ClusterFirst", NodeSelector:map[string]string(nil), ServiceAccountName:"", AutomountServiceAccountToken:(*bool)(nil), NodeName:"", SecurityContext:(*core.PodSecurityContext)(0x400fc68480), ImagePullSecrets:[]core.LocalObjectReference(nil), Hostname:"", Subdomain:"", SetHostnameAsFQDN:(*bool)(nil), Affinity:(*core.Affinity)(nil), SchedulerName:"default-scheduler", Tolerations:[]core.Toleration(nil), HostAliases:[]core.HostAlias(nil), PriorityClassName:"", Priority:(*int32)(nil), PreemptionPolicy:(*core.PreemptionPolicy)(nil), DNSConfig:(*core.PodDNSConfig)(nil), ReadinessGates:[]core.PodReadinessGate(nil), RuntimeClassName:(*string)(nil), Overhead:core.ResourceList(nil), EnableServiceLinks:(*bool)(nil), TopologySpreadConstraints:[]core.TopologySpreadConstraint(nil), OS:(*core.PodOS)(nil)}}: field is immutable
any inputs i have the latest changes on my localShivam Kapoor
10/25/2022, 6:46 PMwp
10/25/2022, 6:51 PMsearch_analytics_by_date
sites
sitemaps
and the rest of the streams are empty from the sync
search_analytics_all_fields
search_analytics_country
search_analytics_page
search_analytics_device
search_analytics_query
There are no failures indicated in the log
failures: [ ]
Venkat Dasari
10/25/2022, 7:22 PMDipti Bijpuria
10/25/2022, 7:35 PMJhon Edison Bambague Calderon
10/25/2022, 8:09 PMNikhil Patel
10/25/2022, 11:22 PMDarshan Bhagat
10/26/2022, 3:35 AMAndriy Khomenko
10/26/2022, 6:29 AMWARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
Topic contains fresh messages but sync returned "no records"
2022-10-26 06:24:14 WARN i.a.w.g.DefaultReplicationWorker(run):305 - State capture: No new state, falling back on input state: io.airbyte.config.State@2820a8af[state={}]
2022-10-26 06:24:14 INFO i.a.w.g.DefaultReplicationWorker(run):316 - sync summary: {
"status" : "completed",
"recordsSynced" : 0,
"bytesSynced" : 0,
"startTime" : 1666765438208,
"endTime" : 1666765454843,
"totalStats" : {
"recordsEmitted" : 0,
"bytesEmitted" : 0,
"sourceStateMessagesEmitted" : 0,
"destinationStateMessagesEmitted" : 0,
"recordsCommitted" : 0,
"meanSecondsBeforeSourceStateMessageEmitted" : 0,
"maxSecondsBeforeSourceStateMessageEmitted" : 0,
"maxSecondsBetweenStateMessageEmittedandCommitted" : 0,
"meanSecondsBetweenStateMessageEmittedandCommitted" : 0,
"replicationStartTime" : 1666765438208,
"replicationEndTime" : 1666765454843,
"sourceReadStartTime" : 1666765438243,
"sourceReadEndTime" : 1666765452324,
"destinationWriteStartTime" : 1666765438295,
"destinationWriteEndTime" : 1666765454842
},
"streamStats" : [ ]
}
What should I do to detect the problem?Haritha Gunawardana
10/26/2022, 8:59 AMJhon Edison Bambague Calderon
10/26/2022, 12:07 PMGerard Clos
10/26/2022, 12:37 PMGerard Clos
10/26/2022, 12:38 PMpublic
database inside clickhouse instead of the database I indicated in the destination config page. Is this because the connector is still in alpha?Francisco Viera
10/26/2022, 1:23 PMKyle Magida
10/26/2022, 3:59 PMDan Cook
10/26/2022, 4:07 PMACCESS_TOKEN_EXPIRED
. The 2nd sync attempt started right after the failure and is still going, so it's not clear that the token actually expired, or really that the token ever expires. The service account JSON key is formatted like below, with sensitive values redacted.
I think my recourse is to chunk up the initial sync into pieces which take less time, then stitch together the results and reload the target table from there, and hope this doesn't confuse incremental sync.
Thoughts?
{
"type": "service_account",
"project_id": "XXXXX",
"private_key_id": "XXXXX",
"private_key": "-----BEGIN PRIVATE KEY-----XXXXX-----END PRIVATE KEY-----\n",
"client_email": "XXXXX",
"client_id": "bigint",
"auth_uri": "<https://accounts.google.com/o/oauth2/auth>",
"token_uri": "<https://oauth2.googleapis.com/token>",
"auth_provider_x509_cert_url": "<https://www.googleapis.com/oauth2/v1/certs>",
"client_x509_cert_url": "<https://www.googleapis.com/robot/v1/metadata/XXXXX>"
}
Bruno Ferreira
10/26/2022, 6:40 PMStratos Giouldasis
10/26/2022, 8:02 PMInvalid $project :: caused by :: '$' by itself is not a valid FieldPath
Kevin Phan
10/26/2022, 8:13 PMkustomization.yaml
file? do i need to port over airbyte/kube/resources
to my own resource folder (deployments/prd/us_east_2/resources
)? I have prod and staging deployment folders setup and deploying via flux.Jing Xu
10/26/2022, 8:13 PMSameer Jyani
10/26/2022, 8:14 PMgit clone <https://github.com/airbytehq/airbyte.git>
. I would appreciate any helpNikolay Shebanov
10/26/2022, 8:24 PMBinay Jena
10/26/2022, 10:45 PMLead
due to something w <https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-salesforce/source_salesforce/source.py>
.
with the text search i'm getting leadstatus
, leadshare
but not Lead
specifically. Its only happening with this particular object. When I login to sfdc with the same credentials I do see this object and able to query fine, but its the airbyte connector runs where its not working, it doesnt find this object at all. Any leads with what I could be trying next to debug?Milind Soni
10/27/2022, 2:48 AMMichael
10/27/2022, 3:56 AMLiam Coley
10/27/2022, 4:19 AMJerry Lee
10/27/2022, 6:52 AM