Troubleshooting DataHub CLI Commands for SQL Queries

Original Slack Thread

Hello everyone, when I used CLI to create a Sql queries, the command line displayed success, but the client did not see the generated related tables,my code line is"datahub ingest -c p.yml"attachmentattachment

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)

it look like something is wrong with your recipe, dataset urns should contain fully qualified names like database.schema.table format.
example urn for mysql
urn:li:dataset:(urn:li:dataPlatform:mysql,prod_db.schema1.customers_source,PROD)