```How can I load the postgres data, so that it ap...
# ingestion
g
Copy code
How can I load the postgres data, so that it appears as datasets in datahub, since it currently appears as a table, I attach a print of my configuration
c
table
is subtype of
dataset
. So essentially its dataset only. This is comparatively new feature. If you check the urn, it should start with "urnlidataset.....". Is there any reason you want it to be plain dataset?
g
@careful-pilot-86309, I have a problem with great expectations, since it runs fine, but the option in datahub does not open, watching a youtube video (

https://www.youtube.com/watch?v=tZTBcycWy6Q

) I noticed that the demo that they use, the data appears as a dataset and I wanted to confirm if that was the problem.
c
This point is definitely doesnt seem to be an issue. Can you give me more details of the issue you are facing / error messages anything
g
@careful-pilot-86309 is that I do not have any error message or something similar, I am running this example of great expectations (https://github.com/datahub-project/datahub/tree/55357783f330950408e4624b3f1421594c98e3bc/metadata-ingestion/tests/integration/great-expectations/setup) , execute the sql , load the great expectations and execute the datahub recipe, but the validation tab is not enabled, in the datahub-gms log it is ok, and I no longer know what can cause the problem, that's why I thought that it was a problem of not being a dataset.
c
Were you able o get past the issue?
g
@careful-pilot-86309 No, I'm still looking for a solution.