Giter Club home page Giter Club logo

Comments (4)

liprec avatar liprec commented on July 18, 2024

You can either use the set the option connectionType: sql an use the following options, but it only works if the source is a Azure SQL Database:

sourceSQLServer: 'SQLServer'
sourceSQLDatabase: 'Database'
sourceSQLUsername: 'Username'
sourceSQLPassword: 'Password'

Other option is to use the connectionType: advanced options to set the datasource connection yourself with the provided JSON:

datasources: |
[
  {
    "name": "<datasetname>",
      "authenticationKind": "UsernamePassword",
      "connectionDetails": {
      "address": {
        "server": "<sqlserver>",
        "database": "<databasename>"
      }
    },
    "credential": {
      "Username": "<username>",
      "Password": "<password>"
    }
  }
]

from vsts-release-aas.

Silpa-Suresh avatar Silpa-Suresh commented on July 18, 2024

Tried both the ways, still the data source connection is same as in model.bim file. And not getting replaced from the variables provided in task section.

In the task information, we can see that the data source connection option is not applicable for PowerBI premium as in screenshot above.

Can you please suggest a method to be used for deploying data source connections changed to PowerBI premium?

from vsts-release-aas.

liprec avatar liprec commented on July 18, 2024

Sorry, my bad: missed indeed the exception with Power BI Premium: I ran in too many issues/exceptions regarding the Power BI.

Easiest way is to use powerbi.com itself especially for the 'complex' OAuth connections.
Another way is to use the execute-aas-tmsl task to update the credentials via an XMLA command.
And maybe the Power BI REST APIs are working, although there is (now) a limitation stated that it is not working for datasets created via XMLA.

from vsts-release-aas.

stale avatar stale commented on July 18, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from vsts-release-aas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.