colossal-laptop-87082
11/08/2022, 6:37 AMdry-hair-98162
11/08/2022, 6:39 AMhelpful-london-56362
11/08/2022, 7:25 AMdatahub actions
container. To run the action, I exec into the container and run datahub actions -c my_custom_action.yaml
. This starts up the action successfully. Can I run this same actions from outside the container ? ie without the need to exec into the container? Is this the recommended way to deploy actions? I followed the documentation here https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-action. thank youbland-orange-13353
11/08/2022, 8:05 AMcolossal-laptop-87082
11/08/2022, 9:20 AMcolossal-laptop-87082
11/08/2022, 9:20 AMaverage-dinner-25106
11/08/2022, 9:53 AMjolly-printer-3955
11/08/2022, 10:01 AMbreezy-portugal-43538
11/08/2022, 10:04 AMmysterious-advantage-78411
11/08/2022, 11:24 AMcareful-window-71822
11/08/2022, 12:24 PMhandsome-football-66174
11/08/2022, 2:32 PMechoing-oyster-50327
11/08/2022, 3:09 PMhelpful-london-56362
11/08/2022, 4:07 PMetc/datahub/actions/conf/
folder in the data hub-action
container. However, I get a module not found
error when the container starts. I'm following the instructions here https://github.com/acryldata/datahub-actions/blob/main/docs/guides/developing-an-action.md#step-2-installing-the-action where the definition file and the configuration file has the same name and in the same folder. Is there something I'm missing? Any help will be appreciated. Thank youhigh-toothbrush-90528
11/08/2022, 5:04 PMmcp = MetadataChangeProposalWrapper(
entityType="dataPlatform",
changeType=ChangeTypeClass.UPSERT,
entityUrn=make_data_platform_urn("TestPlatform"),
aspect=DataPlatformInfoClass(name="TestPlatformName",type=PlatformTypeClass.OTHERS,datasetNameDelimiter=".",displayName="TestPlatformDisplayName"))
swift-plastic-79414
11/08/2022, 6:00 PMaloof-leather-92383
11/08/2022, 6:57 PMgentle-camera-33498
11/08/2022, 7:37 PMminiature-exabyte-80137
11/08/2022, 11:23 PMthankful-air-70251
11/09/2022, 1:44 AMkafka:
bootstrap:
server: "xxx"
zookeeper:
server: "xxx"
## For AWS MSK set this to a number larger than 1
partitions: 3
replicationFactor: 3
however, that led to datahub-gms ran abnormally, kept reporting issues as below, which resulted in unable to create AccessToken/Glossary etc.
The only way to resolve this was to comment the partitions & replicationFactor
. May i seek help here - any chance to enable multi partitions along with gms work properly ? Thanks.average-dinner-25106
11/09/2022, 9:30 AMwitty-television-74309
11/09/2022, 2:43 PMbrave-zebra-97479
11/09/2022, 9:32 PMmelodic-match-38516
11/10/2022, 3:22 AM13:47:27 [application-akka.actor.default-dispatcher-1588] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
13:47:29 [application-akka.actor.default-dispatcher-1614] ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
current Settings
- name: AUTH_OIDC_ENABLED
value: "true"
- name: AUTH_OIDC_CLIENT_ID
value:
- name: AUTH_OIDC_CLIENT_SECRET
value:
- name: AUTH_OIDC_DISCOVERY_URI
value: <https://accounts.google.com/.well-known/openid-configuration>
- name: AUTH_OIDC_BASE_URL
value: <https://URL>
- name: AUTH_OIDC_SCOPE
value: openid profile email
- name: AUTH_OIDC_USER_NAME_CLAIM
value: email
- name: AUTH_OIDC_USER_NAME_CLAIM_REGEX
value: ([^@]+)
Do we need to add any additional permissions in GCP ?colossal-laptop-87082
11/10/2022, 6:49 AMcolossal-laptop-87082
11/10/2022, 6:49 AMcolossal-laptop-87082
11/10/2022, 7:03 AMbumpy-manchester-97826
11/10/2022, 11:01 AMmost-nightfall-36645
11/10/2022, 12:06 PMv0.9.2
This is only happening for a subset of our users.
I have checked our OIDC configuration but i cant see anything that would lead to this behaviour. Datahub front-end logs dont seem to record any relevant events either.
Has anyone experienced this issue?witty-television-74309
11/10/2022, 3:20 PM