-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AD-1071] Support DirectQuery in Power BI Connector (#147)
* [AD-1040] Initial improvement of Power BI connector settings. * Commit Code Coverage Badge * [AD-1040] Temporary work-around to generate the artifacts on pull request. * Commit Code Coverage Badge * [AD-1040] Updated connector configuration. SQL_MAX_CONCURRENT_ACTIVITIES = 1. * [AD-1040] Correct test. * Commit Code Coverage Badge * [AD-1040] Correct spelling and test to use DSN instead of individual properties. * Commit Code Coverage Badge * [AD-1040] Remove unused connection string settings. * [AD-1040] Attempt fix of commit Commit Coverage Badge on Mac. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Attempt fix of commit Commit Coverage Badge on Mac - #2. * [AD-1040] Attempt fix of commit Commit Coverage Badge on Windows. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Attempt fix of TruffleHog on Windows. * Commit Code Coverage Badge * [AD-1040] Attempt fix of TruffleHog on Windows - #2. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Attempt fix of TruffleHog on Windows - #3. * [AD-1040] Attempt fix of TruffleHog on Windows - #4. * [AD-1040] Attempt fix of TruffleHog on Windows - #5. * Commit Code Coverage Badge * Commit Code Coverage Badge * Commit Code Coverage Badge * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Clean-up TruffleHog changes. * Commit Code Coverage Badge * [AD-1040] Documented TODO: items to investigate to improve the SQLGetInfo properties accuracy. * Commit Code Coverage Badge * [AD-1040] Improved support of DirectQuery. Can now handle numbers. But still no support for Timestamp. * [AD-1040] Fix unit tests. Improve readability of connector file. * Commit Code Coverage Badge * [AD-1040] Attempt fix of pinning mongo-cxx-driver to version specific version. * [AD-1040] Attempt fix of pinning mongo-cxx-driver to version specific version - #2. * [AD-1040] Attempt fix of pinning mongo-cxx-driver to version specific version - #3. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Attempt fix of pinning mongo-cxx-driver to version specific version - #4. * Commit Code Coverage Badge * Adding Documentation and renaming functions * fix dsn parameter * Commit Code Coverage Badge * [AD-1040] Attempt to expand capabilities to solve problem of folding error. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Some small changes and clean-up of interim comments. * Commit Code Coverage Badge * fixing scrolling and filtering * Commit Code Coverage Badge * [AD-1040] Resolve DirectQuery issues for scroll and filter. * [AD-1040] Fixed tests. * Commit Code Coverage Badge * [AD-1040] Attempt to fix Mac build. * [AD-1040] Attempt to fix Mac build - #2. * Commit Code Coverage Badge * [AD-1040] Attempt to fix Mac build - #3. * Commit Code Coverage Badge * [AD-1040] Attempt to fix Mac build - #4. * [AD-1040] Attempt to fix Mac build - #5. * Commit Code Coverage Badge * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Comment for fix of libiodbc brew package. * [AD-1040] Resolve DirectQuery issues for scroll and filter. * [AD-1040] Fixed tests. * [AD-1040] Attempt to fix Mac build. * [AD-1040] Attempt to fix Mac build - #2. * [AD-1040] Attempt to fix Mac build - #3. * [AD-1040] Attempt to fix Mac build - #4. * [AD-1040] Attempt to fix Mac build - #5. * [AD-1040] Comment for fix of libiodbc brew package. * Commit Code Coverage Badge * [AD-1040] Recover missing merge material * [AD-1040] Recover missing merge material - #2 * [AD-1040] Revert unintentional merge content. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Changes from code review comment. * Commit Code Coverage Badge * Commit Code Coverage Badge * [AD-1040] Changes from code review comments. * Commit Code Coverage Badge Co-authored-by: birschick-bq <[email protected]> Co-authored-by: Affonso Vieira <[email protected]> Co-authored-by: affonsoBQ <[email protected]>
- Loading branch information
1 parent
e7fccd5
commit 0c28b96
Showing
9 changed files
with
362 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,11 +159,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: build-mac-debug | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
fetch-depth: 0 | ||
|
||
ref: '' | ||
|
||
- name: Retrieve coverage | ||
uses: actions/download-artifact@v2 | ||
|
@@ -185,18 +183,15 @@ jobs: | |
COVERAGE_BADGE="${COVERAGE_BADGE/'Code%20Coverage'/'macOS%20Code%20Coverage'}" | ||
curl $COVERAGE_BADGE > .github/badges/coverage_badge_macOS.svg | ||
- name: Update Repository Before Commit Badge | ||
run: | | ||
git pull | ||
- name: Commit Coverage Badge | ||
uses: stefanzweifel/git-auto-commit-action@v4 | ||
with: | ||
commit_options: '--allow-empty --no-verify' | ||
commit_message: Commit Code Coverage Badge | ||
file_pattern: '*.svg' | ||
skip_fetch: true | ||
skip_dirty_check: true | ||
skip_fetch: false | ||
skip_checkout: false | ||
skip_dirty_check: false | ||
|
||
- name: Code Coverage Summary Report | ||
uses: irongut/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.