quaint-branch-37931
01/20/2022, 5:23 PMERROR: Cannot install acryl-datahub[datahub-rest,dbt,glue,metabase,postgres]==0.8.23.1 and apache-airflow[package-extra]==2.0.2 because these package versions have conflicting dependencies.
The conflict is caused by:
apache-airflow[package-extra] 2.0.2 depends on typing-extensions>=3.7.4; python_version < "3.8"
acryl-datahub[datahub-rest,dbt,glue,metabase,postgres] 0.8.23.1 depends on typing-extensions<4 and >=3.10.0.2
The user requested (constraint) typing-extensions==3.7.4.3
The constraint is required for MWAA compatibility (refer to https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html#working-dags-dependencies-syntax-create). Would it be possible to lower this bound, or is there a workaround?curved-thailand-48451
01/20/2022, 7:03 PMred-napkin-59945
01/20/2022, 7:23 PM:metadata-ingestion:testQuick
task failed. It complains
> from _lzma import *
E ModuleNotFoundError: No module named '_lzma'
I am using a Mac with M1 chip. Could the CPU be the issue?clean-crayon-15379
01/20/2022, 7:46 PMquick-pizza-8906
01/20/2022, 8:33 PM20:21:33.820 [main] INFO c.l.m.s.e.i.ESIndexBuilder:86 - There's diff between new mappings (left) and old mappings (right): not equal: value differences={properties=({urn={type=keyword}, @timestamp={type=date}, timestampMillis={type=date}, isExploded={type=boolean}, messageId={type=keyword}, eventGranularity={type=keyword}, event={type=object, enabled=false}, systemMetadata={type=object, enabled=false}}, {urn={type=keyword}, @timestamp={type=date}, isExploded={type=boolean}, timestampMillis={type=date}, eventGranularity={type=keyword}, event={type=object, enabled=false}, systemMetadata={type=object, enabled=false}})}
20:21:33.821 [main] INFO c.l.m.s.e.i.ESIndexBuilder:182 - Index dataset_datasetprofileaspect_v1_1642710093821 does not exist. Creating
20:21:33.961 [main] INFO c.l.m.s.e.i.ESIndexBuilder:187 - Created index dataset_datasetprofileaspect_v1_1642710093821
20:21:33.989 [main] INFO c.l.m.s.e.i.ESIndexBuilder:104 - Reindexing from dataset_datasetprofileaspect_v1 to dataset_datasetprofileaspect_v1_1642710093821 in progress...
20:21:38.999 [main] INFO c.l.m.s.e.i.ESIndexBuilder:104 - Reindexing from dataset_datasetprofileaspect_v1 to dataset_datasetprofileaspect_v1_1642710093821 in progress...
20:21:39.004 [main] INFO c.l.m.s.e.i.ESIndexBuilder:108 - Reindexing dataset_datasetprofileaspect_v1 to dataset_datasetprofileaspect_v1_1642710093821 task has completed, will now check if reindex was successful
20:21:42.069 [main] INFO c.l.m.s.e.i.ESIndexBuilder:146 - Post-reindex document count is different, source_doc_count: 5879 reindex_doc_count: 5000
20:21:42.146 [main] WARN o.s.w.c.s.XmlWebApplicationContext:558 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metadataChangeLogProcessor' defined in URL [jar:file:/tmp/jetty-0_0_0_0-8080-war_war-_-any-2317031366994056070.dir/webapp/WEB-INF/lib/mae-consumer.jar!/com/linkedin/metadata/kafka/MetadataChangeLogProcessor.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.linkedin.metadata.kafka.MetadataChangeLogProcessor]: Constructor threw exception; nested exception is java.lang.RuntimeException: Reindex from dataset_datasetprofileaspect_v1 to dataset_datasetprofileaspect_v1_1642710093821 failed
any hints what can I do? (beside removing the index...)red-napkin-59945
01/21/2022, 12:03 AM:metadata-io:test
task failed with some docker container errorred-napkin-59945
01/21/2022, 12:05 AMElasticSearchGraphServiceTest. setup
SearchServiceTest. setup
ElasticSearchTimeseriesAspectServiceTest. testUpsertProfiles
ElasticSearchTimeseriesAspectServiceTest. testUpsertProfilesWithUniqueMessageIds
all of them failed due to the same reason: connection refused.red-napkin-59945
01/21/2022, 3:11 AMelastic_search.py
filebillowy-jewelry-4209
01/21/2022, 9:58 AMsome-microphone-33485
01/21/2022, 3:28 PMmodern-monitor-81461
01/21/2022, 4:15 PMinlet
, I did the mistake of writing prod
instead of PROD
for the Dataset env:
inlets={
"datasets": [
Dataset("iceberg","my.iceberg.table", "prod"),
],
},
That broke the UI with An unknown error occurred (code 500)
and I see a large stack trace in datahub-gms
. I know I should have used PROD
, but now it is broken and I'd like to know:
1. Why did the rest API accepted the event in the first place? There isn't validation for the enum value?
2. How do I fix my DataHub? By deleting the offending DataJob?witty-actor-87329
01/21/2022, 5:53 PMCaused by: com.nimbusds.jwt.proc.BadJWTException: JWT issue time ahead of current time
We have checked the okta logs and can see there is a successful authentication on okta end. Can anyone please help us with this error. Thanksbusy-dusk-4970
01/21/2022, 7:04 PM#14 [linux/amd64 prod-build 4/4] RUN cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=false -PuseSystemNode=true -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip
#14 9.507 Configuration on demand is an incubating feature.
#14 61.01
#14 61.01 FAILURE: Build failed with an exception.
#14 61.01
#14 61.01 * Where:
#14 61.01 Build file '/datahub-src/metadata-integration/java/datahub-client/build.gradle' line: 7
#14 61.01
#14 61.01 * What went wrong:
#14 61.01 A problem occurred evaluating project ':metadata-integration:java:datahub-client'.
#14 61.01 > Failed to apply plugin [id 'com.palantir.git-version']
#14 61.01 > Cannot find '.git' directory
#14 61.01
#14 61.01 * Try:
#14 61.01 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
#14 61.01
#14 61.01 Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
#14 61.01
#14 61.01 * Get more help at <http://help.gradle.org|help.gradle.org>
#14 61.01 Use '--warning-mode all' to show the individual deprecation warnings.
#14 61.01 See <http://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings|docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings>
#14 61.01
#14 61.01 BUILD FAILED in 1m 0s
#14 ERROR: process "/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -PuseSystemNode=${USE_SYSTEM_NODE} -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip" did not complete successfully: exit code: 1
------
> [linux/amd64 prod-build 4/4] RUN cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=false -PuseSystemNode=true -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip:
#14 61.01 * Try:
#14 61.01 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
#14 61.01
#14 61.01 Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
#14 61.01
#14 61.01 * Get more help at <http://help.gradle.org|help.gradle.org>
#14 61.01 Use '--warning-mode all' to show the individual deprecation warnings.
#14 61.01 See <http://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings|docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings>
#14 61.01
#14 61.01 BUILD FAILED in 1m 0s
------
./docker/datahub-frontend/Dockerfile:23
--------------------
22 | COPY . datahub-src
23 | >>> RUN cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -PuseSystemNode=${USE_SYSTEM_NODE} -x test -x yarnTest -x yarnLint \
24 | >>> && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip \
25 | >>> && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip
26 |
--------------------
error: failed to solve: process "/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -PuseSystemNode=${USE_SYSTEM_NODE} -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip" did not complete successfully: exit code: 1
Error: buildx failed with: error: failed to solve: process "/bin/sh -c cd datahub-src && ./gradlew :datahub-frontend:dist -PenableEmber=${ENABLE_EMBER} -PuseSystemNode=${USE_SYSTEM_NODE} -x test -x yarnTest -x yarnLint && cp datahub-frontend/build/distributions/datahub-frontend.zip ../datahub-frontend.zip && cd .. && rm -rf datahub-src && unzip datahub-frontend.zip" did not complete successfully: exit code: 1
breezy-controller-54597
01/24/2022, 7:39 AMminiature-television-17996
01/24/2022, 10:52 AMgorgeous-napkin-73659
01/24/2022, 4:55 PMplain-lion-38626
01/25/2022, 9:51 AMAfter inserting the groups (and users) from Azure AD we have the following situation:
Good:
- Users are imported;
- Groups are imported;
- User count in groups are shown;
- groups of the user are shown.
BAD:
- users of each group are not listed/shown;
- users don't inherit the privileges of the groups;
Other details:
- for a split second the users (members) of the group i'm opening are shown but then are overwritten visually;
- when inspecting the page, one graphql lists the group+ users but after it there are multiple search results that apparently overwrite the initial result.
Has anyone encountered this error before?fast-caravan-10124
01/25/2022, 10:10 AMhigh-hospital-85984
01/25/2022, 10:39 AM/datahub-frontenf/conf/user.props
file with something like:
datahub:<password 1>
my_service:<password 2>
but the frontend fails to start with this error:
09:15:48,267 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
09:15:48,267 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
09:15:48,268 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@202b0582 - Registering current configuration as safe fallback point
Oops, cannot start the server.
com.google.inject.CreationException: Unable to create injector, see the following errors:
1) No implementation for com.linkedin.entity.client.EntityClient was bound.
while locating com.linkedin.entity.client.EntityClient
for the 3rd parameter of controllers.SsoCallbackController.<init>(SsoCallbackController.java:39)
while locating controllers.SsoCallbackController
for the 4th parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
2) Could not find a suitable constructor in client.AuthServiceClient. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at client.AuthServiceClient.class(AuthServiceClient.java:22)
while locating client.AuthServiceClient
for field at controllers.AuthenticationController._authClient(AuthenticationController.java:43)
while locating controllers.AuthenticationController
for the 3rd parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
3) Could not find a suitable constructor in client.AuthServiceClient. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at client.AuthServiceClient.class(AuthServiceClient.java:22)
while locating client.AuthServiceClient
for the 4th parameter of controllers.SsoCallbackController.<init>(SsoCallbackController.java:39)
while locating controllers.SsoCallbackController
for the 4th parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
4) Could not find a suitable constructor in com.datahub.authentication.Authentication. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at com.datahub.authentication.Authentication.class(Authentication.java:21)
while locating com.datahub.authentication.Authentication
for the 2nd parameter of controllers.SsoCallbackController.<init>(SsoCallbackController.java:39)
while locating controllers.SsoCallbackController
for the 4th parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
5) No implementation for org.pac4j.core.context.session.SessionStore was bound.
while locating org.pac4j.core.context.session.SessionStore
for field at controllers.AuthenticationController._playSessionStore(AuthenticationController.java:43)
while locating controllers.AuthenticationController
for the 3rd parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
6) No implementation for org.pac4j.play.store.PlaySessionStore was bound.
while locating org.pac4j.play.store.PlaySessionStore
for field at org.pac4j.play.LogoutController.playSessionStore(LogoutController.java:28)
while locating controllers.CentralLogoutController
for the 5th parameter of router.Routes.<init>(Routes.scala:45)
at play.api.inject.RoutesProvider$.bindingsFromConfiguration(BuiltinModule.scala:121):
Binding(class router.Routes to self) (via modules: com.google.inject.util.Modules$OverrideModule -> play.api.inject.guice.GuiceableModuleConversions$$anon$1)
6 errors
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:543)
at com.google.inject.internal.InternalInjectorCreator.initializeStatically(InternalInjectorCreator.java:159)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:106)
at com.google.inject.Guice.createInjector(Guice.java:87)
at com.google.inject.Guice.createInjector(Guice.java:78)
at play.api.inject.guice.GuiceBuilder.injector(GuiceInjectorBuilder.scala:185)
at play.api.inject.guice.GuiceApplicationBuilder.build(GuiceApplicationBuilder.scala:137)
at play.api.inject.guice.GuiceApplicationLoader.load(GuiceApplicationLoader.scala:21)
at play.core.server.ProdServerStart$.start(ProdServerStart.scala:51)
at play.core.server.ProdServerStart$.main(ProdServerStart.scala:25)
at play.core.server.ProdServerStart.main(ProdServerStart.scala)
It seems to be related to the formatting in the file, but I cant figure out the problem. Any ideas?few-air-56117
01/25/2022, 11:50 AMstrong-iron-17184
01/25/2022, 6:41 PMnumerous-eve-42142
01/25/2022, 7:10 PMsource:
type: postgres
config:
# Coordinates
host_port: localhost:5432
database: postgres
# Credentials
username: postgres
password: 1234
# Options
database_alias: PostgresTest
schema_pattern:
deny:
- "information_schema"
profiling:
enabled: true
include_field_null_count: true
include_field_min_value: true
include_field_max_value: true
include_field_mean_value: true
include_field_median_value: false
sink:
# sink configs
type: "datahub-rest"
config:
server: "<http://localhost:8080>"
miniature-television-17996
01/25/2022, 10:34 PMacoustic-wolf-70583
01/26/2022, 1:44 AMdamp-minister-31834
01/26/2022, 2:10 AMbrief-church-81973
01/26/2022, 8:07 AMhappy-island-35913
01/26/2022, 10:43 AMmost-boots-68766
01/26/2022, 11:57 AMnice-country-99675
01/26/2022, 1:41 PMwitty-butcher-82399
01/26/2022, 3:34 PMlimit: 1000
, could be that in those cases those stats are skipped? Thanks