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

New generic tableau operator: TableauOperator #16915

Merged
merged 44 commits into from
Aug 9, 2021
Merged

New generic tableau operator: TableauOperator #16915

merged 44 commits into from
Aug 9, 2021

Commits on Jul 9, 2021

  1. Added generic tableau operator

    Added generic tableau operator to execute multiple methods on python client
    mariotaddeucci committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f00268b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    8dae389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a36df8 View commit details
    Browse the repository at this point in the history
  3. Deprecated TableauRefreshWorkbookOperato

    - Fixed documentation comments on TableauOperator execute
    - Added generic find by column
    - Deprecated TableauRefreshWorkbookOperator
    mariotaddeucci committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    04a6119 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    af738fb View commit details
    Browse the repository at this point in the history
  2. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    6360673 View commit details
    Browse the repository at this point in the history
  3. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    866d17b View commit details
    Browse the repository at this point in the history
  4. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    bc56ed2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2294919 View commit details
    Browse the repository at this point in the history
  6. Added generic tableau operator

    Added generic tableau operator to execute multiple methods on python client
    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    62cc236 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdb7c61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    151bb79 View commit details
    Browse the repository at this point in the history
  9. Deprecated TableauRefreshWorkbookOperato

    - Fixed documentation comments on TableauOperator execute
    - Added generic find by column
    - Deprecated TableauRefreshWorkbookOperator
    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    433ed43 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2672349 View commit details
    Browse the repository at this point in the history
  11. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    bb28e95 View commit details
    Browse the repository at this point in the history
  12. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    7386f04 View commit details
    Browse the repository at this point in the history
  13. Update operators.rst

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e6c87db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    be463b5 View commit details
    Browse the repository at this point in the history
  15. Resolve conflicts

    mariotaddeucci committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    e7df085 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    31ec441 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5f89273 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    65ae8af View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Fixed example dag

    mariotaddeucci committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    5cf78ca View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    d0ce4d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    3b9b5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730b2db View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    e9cf7c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df4480 View commit details
    Browse the repository at this point in the history
  3. Fixed unit tests

    mariotaddeucci committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    8804667 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Fixed flake8

    mariotaddeucci committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e57b70a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Lint fix

    mariotaddeucci committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    5264339 View commit details
    Browse the repository at this point in the history
  2. Isort fixeds

    mariotaddeucci committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    9c88122 View commit details
    Browse the repository at this point in the history
  3. Fixed static checks

    mariotaddeucci committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    90d7613 View commit details
    Browse the repository at this point in the history
  4. Update operators.rst

    mariotaddeucci committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    5fa2bf6 View commit details
    Browse the repository at this point in the history
  5. Fixed static checks

    mariotaddeucci committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    399a26c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f017710 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    cdc4a9c View commit details
    Browse the repository at this point in the history
  2. Fix doc toctree

    mariotaddeucci committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    df0b2ee View commit details
    Browse the repository at this point in the history
  3. Spelling fixes

    mariotaddeucci committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    8cb1ed2 View commit details
    Browse the repository at this point in the history
  4. Fix spell

    mariotaddeucci committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    1095b58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7357eb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eda4ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db2d8da View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    aaf2b90 View commit details
    Browse the repository at this point in the history