Commit Graph

  • 6d75e844a8
    Simply mutations, no need for dyn here Lennart Kats 2024-06-19 15:42:26 +0200
  • 874e5a0f85
    Rename back to original Pieter Noordhuis 2024-06-19 15:40:58 +0200
  • 7b6629abef
    Update all call sites to work with InvalidValue Pieter Noordhuis 2024-06-19 15:40:25 +0200
  • 74a41f4bec
    Address CR comments Gleb Kanterov 2024-06-19 15:37:01 +0200
  • d8f50f2659
    Merge branch 'main' into feature/complex-variables Andrew Nester 2024-06-19 15:31:09 +0200
  • 3a49549b3f
    Address CR comments Gleb Kanterov 2024-06-19 15:28:42 +0200
  • 5f3ed22772
    Return dyn.InvalidValue to indicate absence Pieter Noordhuis 2024-06-19 14:19:50 +0200
  • cb4ab5007d
    Add link to documentation for Homebrew installation to README (#1505) shreyas-goenka 2024-06-19 16:31:04 +0530
  • 8f9fdb9523
    remove link to generated CLI docs Shreyas Goenka 2024-06-19 11:57:54 +0200
  • ef795ffd74
    Update README.md shreyas-goenka 2024-06-19 15:25:56 +0530
  • 82e1d49c09
    Cleanup Lennart Kats 2024-06-19 10:30:48 +0200
  • 663aa9ab8c
    Override variables with lookup value even if values has default value set (#1504) Andrew Nester 2024-06-19 10:03:06 +0200
  • fc4db114a5
    split the mutator into a separate PR at https://github.com/databricks/cli/pull/1506 Shreyas Goenka 2024-06-18 19:35:16 +0200
  • b0cebdc6bf
    Emit warnings when conflicting configuration is specified add-mutator-validate-conflict Shreyas Goenka 2024-06-18 19:33:06 +0200
  • 266dce606a
    remove Value() Shreyas Goenka 2024-06-18 19:29:32 +0200
  • b022be1059
    capitalize homebrew Shreyas Goenka 2024-06-18 18:33:27 +0200
  • b2513b4387
    correct link for tap readme Shreyas Goenka 2024-06-18 18:32:41 +0200
  • 3739bf750c
    Link documentation for homebrew installations in README Shreyas Goenka 2024-06-18 18:22:52 +0200
  • 553fdd1e81
    Serialize dynamic value for `bundle validate` output (#1499) shreyas-goenka 2024-06-18 20:34:20 +0530
  • 927cd23cbd
    fmt Shreyas Goenka 2024-06-18 16:24:34 +0200
  • 301bb6334a
    add error handling Shreyas Goenka 2024-06-18 16:23:12 +0200
  • 9c31e7adb7
    address comments Shreyas Goenka 2024-06-18 16:19:36 +0200
  • 274688d8a2
    Clean up unused code (#1502) shreyas-goenka 2024-06-18 19:44:27 +0530
  • 441a76f7e9
    - Shreyas Goenka 2024-06-18 16:12:38 +0200
  • 6efc2e7e21
    fix windows paths in test Shreyas Goenka 2024-06-18 15:36:50 +0200
  • d7a5e0c10a
    fix and add test for IsNil Shreyas Goenka 2024-06-18 15:34:55 +0200
  • 4783fca399
    rename Shreyas Goenka 2024-06-18 15:22:54 +0200
  • 9b26f706ec
    - Shreyas Goenka 2024-06-18 15:17:48 +0200
  • 81365e4ee0
    simpler fix Andrew Nester 2024-06-18 14:58:26 +0200
  • f3d6b28048
    fixes Andrew Nester 2024-06-18 14:00:51 +0200
  • f5d71271e0
    Update libs/dyn/convert/normalize.go Andrew Nester 2024-06-18 13:37:39 +0200
  • 13c2f36a8f
    Merge remote-tracking branch 'origin' into june-24/yaml-location-tracking Shreyas Goenka 2024-06-18 13:27:45 +0200
  • ecceeff2d5
    Override variables with lookup value even if values has default value set Andrew Nester 2024-06-18 10:34:22 +0200
  • dd05acd785 refactor: updated tests configuration to dbt v1.8 Mateusz Kijewski 2024-06-17 18:56:35 +0200
  • ebca9279f2
    Fix tests on Windows Gleb Kanterov 2024-06-18 08:58:04 +0200
  • 7391f79310
    more cleanup Shreyas Goenka 2024-06-17 23:11:32 +0200
  • 30f45312b5
    cleanup Shreyas Goenka 2024-06-17 23:08:51 +0200
  • a06a6f3295
    add unit tests for the merge changes Shreyas Goenka 2024-06-17 23:01:41 +0200
  • 4e7c682628
    add tests for append yaml method Shreyas Goenka 2024-06-17 22:48:45 +0200
  • 1c23859fce
    cleanup todos Shreyas Goenka 2024-06-17 22:45:39 +0200
  • 78f71546b6
    Make example work in staging Lennart Kats 2024-06-17 22:03:00 +0200
  • 64ec67833f
    Update to simply remove schemas for now Lennart Kats 2024-06-17 22:02:44 +0200
  • a17aaba22c
    initial implementation complete with test Shreyas Goenka 2024-06-17 21:28:14 +0200
  • 09299580b4
    Remove DefaultMutatorsForTarget and make SnapshotPath private Shreyas Goenka 2024-06-17 19:38:02 +0200
  • 273335415a
    initial version for mergE Shreyas Goenka 2024-06-17 19:19:38 +0200
  • d08a650670
    Serialize dynamic value for bundle validate output Shreyas Goenka 2024-06-17 18:57:34 +0200
  • 5e2ed6bb5b fix: corrected profile name for dbt asset bundle deployment Mateusz Kijewski 2024-06-17 18:56:23 +0200
  • 7854dbc3f4
    Merge branch 'main' into configure_use_databricks_config_file Kai Zhu 2024-06-17 12:14:28 -0400
  • 533d357a71
    Fix typo in DBT template (#1498) Pieter Noordhuis 2024-06-17 17:56:49 +0200
  • 6004e38cf2
    Fix typo in DBT template Pieter Noordhuis 2024-06-17 17:00:21 +0200
  • 48d9328f77
    Fix tests on Windows Gleb Kanterov 2024-06-17 16:44:09 +0200
  • 05c661dd4e
    Address CR comments Gleb Kanterov 2024-06-17 16:12:32 +0200
  • 16fc994b9d
    Address CR comments Gleb Kanterov 2024-05-17 16:20:17 +0200
  • 463fbb6e7c
    Add ApplyPythonMutator Gleb Kanterov 2024-05-13 10:30:07 +0200
  • bb931864de
    Merge branch 'main' into configure_use_databricks_config_file Kai Zhu 2024-06-17 09:01:59 -0400
  • 8d658589ed
    Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#1496) dependabot[bot] 2024-06-17 14:29:50 +0200
  • 4904dfb047
    Bump github.com/briandowns/spinner from 1.23.0 to 1.23.1 (#1495) dependabot[bot] 2024-06-17 14:18:08 +0200
  • d6205f2311
    Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 dependabot[bot] 2024-06-17 11:34:09 +0000
  • 9f4137edc9
    Bump github.com/briandowns/spinner from 1.23.0 to 1.23.1 dependabot[bot] 2024-06-17 11:34:04 +0000
  • ac756ef41f
    Merge branch 'main' into configure_use_databricks_config_file Kai Zhu 2024-06-17 06:46:03 -0400
  • aff20cfba0
    added tests and fixes Andrew Nester 2024-06-17 11:50:09 +0200
  • ac6b80ed88
    Remove user credentials specified in the Git origin URL (#1494) shreyas-goenka 2024-06-17 15:19:00 +0530
  • 44e3928d6a
    Avoid multiple file tree traversals on bundle deploy (#1493) shreyas-goenka 2024-06-17 15:18:52 +0530
  • 57b76f0c8d
    Update libs/git/repository.go shreyas-goenka 2024-06-17 15:14:39 +0530
  • a3364270bf
    SyncedFiles -> Files Shreyas Goenka 2024-06-17 11:43:38 +0200
  • 4dc5f412c4
    Add stricter validations Lennart Kats 2024-06-14 17:33:07 +0200
  • e23a337db8
    apply patch for direct dyn.NilValue comparision Shreyas Goenka 2024-06-14 16:53:27 +0200
  • 4a9109ed1e
    add yamlLocations to dyn.Value Shreyas Goenka 2024-06-14 16:51:50 +0200
  • 7323d02d26
    Cleanup Lennart Kats 2024-06-14 14:34:24 +0200
  • 33044043c1
    fix tests Shreyas Goenka 2024-06-14 14:28:21 +0200
  • ac481bc5fb
    - Shreyas Goenka 2024-06-14 11:59:29 +0200
  • 527f8ebd65
    Remove user credentials specified in the git origin URL Shreyas Goenka 2024-06-14 11:23:53 +0200
  • 1bac593000
    fix build Shreyas Goenka 2024-06-13 16:26:53 +0200
  • 3a5bc9ef83
    - Shreyas Goenka 2024-06-13 16:22:31 +0200
  • fdb918b4fd
    Avoid multiple file tree traversals on bundle deploy Shreyas Goenka 2024-06-13 16:21:02 +0200
  • 405e2028d0
    Merge remote-tracking branch 'databricks/main' into cp-mutator-settings Lennart Kats 2024-06-12 17:31:24 +0200
  • 10a1ffc0b1
    Rename to transform for now Lennart Kats 2024-06-12 17:18:04 +0200
  • e3b0435a14
    Use PAUSED/UNPAUSED instead of a boolean Lennart Kats 2024-06-12 16:49:42 +0200
  • 13630dd79c
    Cleanup Lennart Kats 2024-06-12 11:00:58 +0200
  • a815f30105
    e2e fixes Lennart Kats 2024-06-12 10:40:29 +0200
  • 901097ac4a
    Add config merging & test Lennart Kats 2024-06-12 10:24:18 +0200
  • b16c18c131
    Remove enabled fields Lennart Kats 2024-06-12 09:27:53 +0200
  • 601c32b24f
    WIP Lennart Kats 2024-06-11 23:37:20 +0200
  • 6eaee84446
    Refactor to one function per transformer Lennart Kats 2024-06-11 21:28:02 +0200
  • dc1490edbf
    Merge remote-tracking branch 'origin/main' into sync-wsfs-with-notebooks Pieter Noordhuis 2024-06-11 05:00:33 -0700
  • a5e89fd382
    Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#1485) dependabot[bot] 2024-06-10 12:19:21 +0000
  • 45186df7c6
    Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 dependabot[bot] 2024-06-10 12:12:18 +0000
  • 645e9ba8c4
    Bump golang.org/x/mod from 0.17.0 to 0.18.0 (#1484) dependabot[bot] 2024-06-10 14:03:29 +0200
  • 3d3ab50ff9
    Bump golang.org/x/term from 0.20.0 to 0.21.0 (#1483) dependabot[bot] 2024-06-10 12:02:59 +0000
  • 985aab202f
    Bump golang.org/x/term from 0.20.0 to 0.21.0 dependabot[bot] 2024-06-10 11:55:23 +0000
  • b92e072add
    Bump golang.org/x/text from 0.15.0 to 0.16.0 (#1482) dependabot[bot] 2024-06-10 13:47:22 +0200
  • 76f501d1b0
    Bump golang.org/x/mod from 0.17.0 to 0.18.0 dependabot[bot] 2024-06-10 11:34:48 +0000
  • aef415790d
    Bump golang.org/x/text from 0.15.0 to 0.16.0 dependabot[bot] 2024-06-10 11:34:39 +0000
  • e5ac74d31a
    Initial draft of customizable transformation Lennart Kats 2024-06-08 18:14:02 +0200
  • 49a873ac59
    Pause quality monitors in development mode Lennart Kats 2024-06-08 17:00:16 +0200
  • 64c9b51f7d
    Treat repos as directories Pieter Noordhuis 2024-06-06 16:38:56 +0200
  • c9264a9848
    Merge remote-tracking branch 'origin/main' into sync-wsfs-with-notebooks Pieter Noordhuis 2024-06-06 15:53:40 +0200
  • 99c7d136d6
    Fix conditional in query in `default-sql` template (#1479) Lennart Kats (databricks) 2024-06-06 09:40:15 +0200
  • 35186d5ddb
    Add randIntn function (#1475) Arpit Jasapara 2024-06-06 00:11:23 -0700
  • 7326135f00 rename Arpit Jasapara 2024-06-05 23:59:29 -0700