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

[BUG] fetch_size is not supported in PBI connector #33

Open
Yury-Fridlyand opened this issue Feb 28, 2023 · 0 comments
Open

[BUG] fetch_size is not supported in PBI connector #33

Yury-Fridlyand opened this issue Feb 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Yury-Fridlyand
Copy link
Collaborator

What is the bug?

Currently, fetch_size can be configured in ODBC by adding ;fetchSize=x block in the connection string.
PowerBI connector has no option to set this.

What is the expected behavior?

One of:

  • Update PBI connector: allow user to optionally set fetch_size and use it in connection string if set
  • Update ODBC driver to properly comply with ODBC API. For example, if SQLSetStmtAttr called with SQL_ATTR_MAX_ROWS, driver doesn't set fetch_size parameter. Maybe PBI connector update is also required.

What is your host/environment?

main @ 1f0620f

Do you have any additional context?

Inspired by #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants