Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST operation named ingestProposalBatch not supported on resource 'com.linkedin.metadata.resources.entity.AspectResource' #12315

Open
MaddyAustin4 opened this issue Jan 10, 2025 · 0 comments
Labels
bug Bug report

Comments

@MaddyAustin4
Copy link

MaddyAustin4 commented Jan 10, 2025

Describe the bug
We are using dbt as a source and ingesting to datahub. When migrating to 0.15.0 from 0.13.1 the ingestion starts failing with the error

error': 'Unable to emit metadata to DataHub GMS: POST operation named ingestProposalBatch not supported on resource 'com.linkedin.metadata.resources.entity.AspectResource' URI: '/aspects?action=ingestProposalBatch'

'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException'

To Reproduce
Steps to reproduce the behavior:
I'm unsure whats actually causing the issue.

Recipe:

source:
  type: "dbt"
  config:
    stateful_ingestion:
      enabled: true
    test_results_path: "/dbt/target/run_results.json"
    manifest_path: "/dbt/target/manifest.json"
    sources_path: "/dbt/target/sources.json"
    catalog_path: "/dbt/target/catalog.json"
    target_platform: "snowflake"

pipeline_name: dbt_pipeline

datahub ingest -c datahub/recipe.yml

Expected behavior
ingestion to work as usual post upgrade

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Linux/X86_64

Additional context
Add any other context about the problem here.

@MaddyAustin4 MaddyAustin4 added the bug Bug report label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant