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

Add AzureCliCredential to login with CLI #71

Merged
merged 49 commits into from
Jan 6, 2021

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    6c527de View commit details
    Browse the repository at this point in the history
  2. test cnxn to 2 different targets

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    19040a1 View commit details
    Browse the repository at this point in the history
  3. test cnxn to 2 different targets

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3897538 View commit details
    Browse the repository at this point in the history
  4. correct dir

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7e7b21c View commit details
    Browse the repository at this point in the history
  5. simplify command set

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    79065a9 View commit details
    Browse the repository at this point in the history
  6. simplify cmd set

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    dfd10af View commit details
    Browse the repository at this point in the history
  7. ensure correct dir

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    472c7b8 View commit details
    Browse the repository at this point in the history
  8. standardize on single schema

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    18ab964 View commit details
    Browse the repository at this point in the history
  9. anchors for simplicity

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    99799c6 View commit details
    Browse the repository at this point in the history
  10. make dbt-sqlserver a dev req

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2af1322 View commit details
    Browse the repository at this point in the history
  11. minimize repitition

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3f3ce82 View commit details
    Browse the repository at this point in the history
  12. add local encryption method

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ff98d95 View commit details
    Browse the repository at this point in the history
  13. add AAD pass auth

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    747ed4f View commit details
    Browse the repository at this point in the history
  14. typo

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2a34041 View commit details
    Browse the repository at this point in the history
  15. typo

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b6ee6eb View commit details
    Browse the repository at this point in the history
  16. keep dbt compile occupied

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2f7a15e View commit details
    Browse the repository at this point in the history
  17. test connections first

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e0bd53b View commit details
    Browse the repository at this point in the history
  18. temp drop support for AAD Password

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ef4f8da View commit details
    Browse the repository at this point in the history
  19. Add AzureCliCredential to login with CLI

    See [this closed PR](microsoft/dbt-synapse#35)
    for the full commit history
    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    339debb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74ccbdc View commit details
    Browse the repository at this point in the history
  21. Set back imports

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    17225c5 View commit details
    Browse the repository at this point in the history
  22. Set back defaults

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    475194c View commit details
    Browse the repository at this point in the history
  23. Capitalize yes

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f29c70f View commit details
    Browse the repository at this point in the history
  24. Set back code

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    caa3b36 View commit details
    Browse the repository at this point in the history
  25. Add service principal if

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    bee7a1e View commit details
    Browse the repository at this point in the history
  26. Set back if statemetn

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    842bbf7 View commit details
    Browse the repository at this point in the history
  27. Change connection string

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6337a67 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d23dce8 View commit details
    Browse the repository at this point in the history
  29. Change line length

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    979372a View commit details
    Browse the repository at this point in the history
  30. Set back some spacing

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    5e6a5cf View commit details
    Browse the repository at this point in the history
  31. Add comment

    JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    4f2bdb3 View commit details
    Browse the repository at this point in the history
  32. test az login

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1c01da8 View commit details
    Browse the repository at this point in the history
  33. needed for azure-cli

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    40fb8d4 View commit details
    Browse the repository at this point in the history
  34. typo

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6c2e1a2 View commit details
    Browse the repository at this point in the history
  35. typo

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    da260fa View commit details
    Browse the repository at this point in the history
  36. typo

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    6b96004 View commit details
    Browse the repository at this point in the history
  37. auto approve

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b2fb590 View commit details
    Browse the repository at this point in the history
  38. login w/ sp

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    c94385b View commit details
    Browse the repository at this point in the history
  39. full command name

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    33041ba View commit details
    Browse the repository at this point in the history
  40. restructure & add auth:CLI target

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    1d198fd View commit details
    Browse the repository at this point in the history
  41. two more tessts & restructure

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    2eeae45 View commit details
    Browse the repository at this point in the history
  42. correct order

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b3a471c View commit details
    Browse the repository at this point in the history
  43. extra step

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    838cad3 View commit details
    Browse the repository at this point in the history
  44. az cli sp test

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    7d87ed6 View commit details
    Browse the repository at this point in the history
  45. ensure azure sql integrations work

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    268e164 View commit details
    Browse the repository at this point in the history
  46. more details on docs

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    d2e73b0 View commit details
    Browse the repository at this point in the history
  47. more updates and credit

    dataders authored and JCZuurmond committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    783ef15 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    4dd69b7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    610fc7e View commit details
    Browse the repository at this point in the history