Hi, I am having trouble with the `datahub_action` ...
# troubleshoot
m
Hi, I am having trouble with the
datahub_action
to push checkpoint results into DataHub. In DataHub, I am using
database_alias
to use a different name for a Postgres schema, but the URNs generated by great expectations use the original name of it and results won’t show up in DataHub. There is
platform_instance_map
for platforms, is there something similar also for the database name?
plus1 1
Found the solution myself: providing a
platform_instance_map
and setting
exclude_dbname: true
works perfect 😀
e
Awesome, glad to hear it!