Hi all I am trying to test datahub with superset i...
# ingestion
k
Hi all I am trying to test datahub with superset ingestion and getting this error:
Failed to configure source (superset) due to 'access_token'
My config looks like this:
Copy code
source:
  type: superset
  config:
    # Coordinates
    connect_uri: <http://localhost:8188>

sink:
  type: "datahub-rest"
  config:
    server: "<http://localhost:8080>"
The question is, where do I put access_token? If I try to add it to source.config.access_token then it's erroring out as:
Failed to configure source (superset) due to 1 validation error for SupersetConfig
access_token
extra fields not permitted (type=value_error.extra)
I could not see any access_token field in the schema too.
s
Currently superset connector does not work with tokens. It needs username/password. Please see https://datahubproject.io/docs/generated/ingestion/sources/superset/
👍 1
k
thanks
can't we modify header requests at all?