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

Stored procedures are not ingested into specified domain #12586

Open
ttekampe opened this issue Feb 10, 2025 · 0 comments
Open

Stored procedures are not ingested into specified domain #12586

ttekampe opened this issue Feb 10, 2025 · 0 comments
Labels
bug Bug report

Comments

@ttekampe
Copy link

Describe the bug
Stored procedures are not ingested into specified domain.

To Reproduce

  1. you need a database with stored procedures
  2. run a ingestion job that specifies the domain into which the data shall go
    example:
source:
  type: mssql
  config:
    host_port: 'localhost'
    database: MY_DATABASE
    username: MY_DATABASE_USER_NAME
    password: MY_DATABASE_USER_PASSWORD
    include_stored_procedures: true
    include_stored_procedures_code: true
    domain:
      'My Domain':
        allow:
          - '.*'

Expected behavior
All ingested objects should go under the 'My Domain' domain.
For tables and views this works nicely. Stored procedures however do not get a domain assigned

Additional context

  • Datahub version 0.15.0
  • CLI version 0.15.0.5
@ttekampe ttekampe added the bug Bug report label Feb 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