kind-whale-32412
07/14/2022, 3:51 PMFailed to configure source (superset) due to 'access_token'
My config looks like this:
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.square-activity-64562
07/14/2022, 3:54 PMkind-whale-32412
07/14/2022, 4:24 PMkind-whale-32412
07/14/2022, 4:56 PM