Troubleshooting CLI Ingestion Errors and Compatibility with dbt-Core 1.7

I tried ingesting the dbt v1.5’s manifest.json and it worked. However, the lineage doesn’t seem to be complete. Just wonder if I have done something wrong.
That’s the procedure that I did:
• dbt run
• copy the manifest.json and run_results.json files to be used for datahub ingest
• dbt docs generate
• copy the catalog.json to be used for datahub ingest
• datahub ingest -c dbt_to_dhub.yaml
Are the above steps correct?