Hi guys, the statefull ingestion suport bigquery?...
# ingestion
f
Hi guys, the statefull ingestion suport bigquery? i tried to use it in 2 ways
Copy code
source:
    type: bigquery
    config:
        project_id: <project>
        credential:
        include_table_lineage: true
        stateful_ingestion.enabled: true



sink:
    type: datahub-rest
    config:
        server: '<http://localhost:8080>'
but i got this
Copy code
stateful_ingestion.enabled
  extra fields not permitted (type=value_error.extra)
and
Copy code
source:
    type: bigquery
    config:
        project_id: am-dwh-t1
        credential:
        include_table_lineage: true
        stateful_ingestion:
          enabled: true


sink:
    type: datahub-rest
    config:
        server: '<http://localhost:8080>'
but i got
Copy code
: 'BigQuerySource' object has no attribute 'config
Thx ๐Ÿ˜„
s
Please use ๐Ÿงต for large blocks. It helps team manage slack and help everyone
f
sure, thx for info ๐Ÿ˜„
l
@helpful-optician-78938 @mammoth-bear-12532 ^