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

Platform Instance not working with powerbi-report-server #11336

Open
pankajmahato-visa opened this issue Sep 10, 2024 · 1 comment
Open

Platform Instance not working with powerbi-report-server #11336

pankajmahato-visa opened this issue Sep 10, 2024 · 1 comment
Labels
bug Bug report

Comments

@pankajmahato-visa
Copy link
Contributor

Describe the bug
Failed to configure the source (powerbi-report-server): 1 validation error for PowerBiReportServerDashboardSourceConfig
platform_instance
extra fields not permitted (type=value_error.extra)

To Reproduce
Steps to reproduce the behavior:

  1. Create recipe for powerbi
source:
  type: powerbi-report-server
  config:
    platform_instance: POWERBI.OCE.DEV
    username: '${POWERBI_USERNAME}'
    password: '${POWERBI_PASSWORD}'
    workstation_name: corpdev
    host_port: 'powerbirsdev.trusted.visa.com:443'
    server_alias: server_alias
    env: DEV
    report_virtual_directory_name: Reports
    report_server_virtual_directory_name: ReportServer
    extract_ownership: true
    ownership_type: TECHNICAL_OWNER
pipeline_name: "POWERBI DEV"
sink:
  type: datahub-rest
  config:
    server: '${DATAHUB_GMS_HOST}'
    token: '${DATAHUB_GMS_TOKEN}'
    max_threads: 1

Expected behavior
PoweBi Dashboards should be ingested with the provided Platform Instance

@pankajmahato-visa pankajmahato-visa added the bug Bug report label Sep 10, 2024
@pankajmahato-visa
Copy link
Contributor Author

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