-
Notifications
You must be signed in to change notification settings - Fork 24
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
[CLOUDEXEC-766] Add callback function. #203
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c36731 - Browse repository at this point
Copy the full SHA 1c36731View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 652eda7 - Browse repository at this point
Copy the full SHA 652eda7View commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 666e781 - Browse repository at this point
Copy the full SHA 666e781View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d0c9b - Browse repository at this point
Copy the full SHA f9d0c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac06e11 - Browse repository at this point
Copy the full SHA ac06e11View commit details
Commits on Jan 9, 2023
-
Support partial parsing (#151)
* Support partial parsing * Updates todo
Configuration menu - View commit details
-
Copy full SHA for d63a729 - Browse repository at this point
Copy the full SHA d63a729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dd55e - Browse repository at this point
Copy the full SHA 92dd55eView commit details -
Merge branch 'feature/server-on-core-1.5' of github.com:dbt-labs/dbt-…
…server into feature/server-on-core-1.5
Configuration menu - View commit details
-
Copy full SHA for 23b23f3 - Browse repository at this point
Copy the full SHA 23b23f3View commit details
Commits on Jan 12, 2023
-
Core integration playground (#129)
* possible way of intergrating all of the dbt commands * somewhat working version of a generalized framework * working version of run, a lot of refactor and better core interface needed * using some new interface * remove unused function * using state for run task * some clean up * Resolves merge conflicts (#145) * Core integration updates (#148) * Updates state_id usage * Moves task logic to StateController * removes hardcoded command * Initiates logmanager in async function * Removes old async logic and reinstates python logger for dbt-server Co-authored-by: Rachel <[email protected]> Co-authored-by: Rachel Daniel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef59eaa - Browse repository at this point
Copy the full SHA ef59eaaView commit details
Commits on Jan 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52adba7 - Browse repository at this point
Copy the full SHA 52adba7View commit details
Commits on Jan 19, 2023
-
Upgrade FastAPI version in requirements.txt and add httpx to dev-requ…
…irements.txt to resolve error handling issue with underlying FastAPI dependency (#149) * Upgrade FastAPI version in requirements.txt and add httpx to dev-requirements.txt to resolve error handling issue with underlying FastAPI dependency * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 34d3cc4 - Browse repository at this point
Copy the full SHA 34d3cc4View commit details
Commits on Jan 20, 2023
-
Accept project path in addition to state_id (#154)
* possible way of intergrating all of the dbt commands * somewhat working version of a generalized framework * working version of run, a lot of refactor and better core interface needed * using some new interface * remove unused function * using state for run task * some clean up * Core integration updates (#148) * Updates state_id usage * Moves task logic to StateController * removes hardcoded command * Removes old async logic and reinstates python logger for dbt-server * Beginning logic to accept a project path * Adds project_path storing and cacheing * Removes prints and fixes caching issue * removes unused task functions * adds changie entry * removes dup code from rebase error * removes dup code from rebase error * removes dup code from rebase error * Adds tests for dbt_entry and preliminary state tests * Removes unused file * Copies minimal project to tempdir to avoid writing files Co-authored-by: Chenyu Li <[email protected]> Co-authored-by: Chenyu Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 479d1a4 - Browse repository at this point
Copy the full SHA 479d1a4View commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc3a38e - Browse repository at this point
Copy the full SHA fc3a38eView commit details
Commits on Jan 27, 2023
-
Fix profile for async endpoint (#157)
* Updates async endpoint to use set_profile_name function * Adds checkfirst flag to avoid table exists error * Fixes profile name and potential fix for sqlalchemy error * Adds profile back to command args * Fixes whitespace * Adds status endpoint
Configuration menu - View commit details
-
Copy full SHA for cec0320 - Browse repository at this point
Copy the full SHA cec0320View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b380581 - Browse repository at this point
Copy the full SHA b380581View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f5279 - Browse repository at this point
Copy the full SHA f2f5279View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a88bb - Browse repository at this point
Copy the full SHA b2a88bbView commit details
Commits on Feb 1, 2023
-
* Adds sync endpoint and fixes linting * Adds test for sync dbt entry endpoint * Fixes formatting * Adds changie entry
Configuration menu - View commit details
-
Copy full SHA for b3ccc38 - Browse repository at this point
Copy the full SHA b3ccc38View commit details
Commits on Feb 8, 2023
-
Add task status callback (#164)
* Add the requests library to the requirements * Replace each specific task update method with a generic method so that it can be called cleanly upstream * Update this class to use camel casing * Add new update task status method that sets the task status in the local DB as well as calling the callback if there is one * Accept a callback url and pass it to the async command method * Call the new update task status method where the crud methods were previously called * Move requests from the dev requirements to requirements * Return the state ID in addition to the other task fields in the async response * Remove commented out code * Specify to retry post requests since it isn't enabled by default * Update dbt_server/views.py Co-authored-by: Rachel <[email protected]> * Rename DBTCommandArgs to DbtCommandArgs * Add a change log entry --------- Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11b5ff7 - Browse repository at this point
Copy the full SHA 11b5ff7View commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c85644 - Browse repository at this point
Copy the full SHA 4c85644View commit details
Commits on Feb 15, 2023
-
Control server write locations (#166)
* Updates db path to working dir instead of app root * Solidifies locations that the dbt-server writes to * Changes back to app root after dbt command run * Fixes comment
Configuration menu - View commit details
-
Copy full SHA for fec173e - Browse repository at this point
Copy the full SHA fec173eView commit details
Commits on Feb 16, 2023
-
Accept a task ID as part of the request and, if present, use it when …
…creating the async task. If not present, create a task ID and use it (#168)
Configuration menu - View commit details
-
Copy full SHA for c90ccb9 - Browse repository at this point
Copy the full SHA c90ccb9View commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd84ae0 - Browse repository at this point
Copy the full SHA bd84ae0View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1945b6f - Browse repository at this point
Copy the full SHA 1945b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5318f - Browse repository at this point
Copy the full SHA 8a5318fView commit details -
* Fix tests. * Fix wrong package * Remove adaptor requirements and skip tests without dependency. * Fix wrong package name
Configuration menu - View commit details
-
Copy full SHA for 4bcba85 - Browse repository at this point
Copy the full SHA 4bcba85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c7732 - Browse repository at this point
Copy the full SHA 64c7732View commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90b60cd - Browse repository at this point
Copy the full SHA 90b60cdView commit details -
* Resolves merge conflicts * Cherry-pick gone awry * spaces * Allows images to build on PR
Configuration menu - View commit details
-
Copy full SHA for 6797958 - Browse repository at this point
Copy the full SHA 6797958View commit details -
Removes conditional on test, tailors to branch (#181)
* Removes conditional on test, tailors to branch * Adds changie entry * Comments out unused matrix
Configuration menu - View commit details
-
Copy full SHA for 6699d43 - Browse repository at this point
Copy the full SHA 6699d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d98ba9 - Browse repository at this point
Copy the full SHA 5d98ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2ee12 - Browse repository at this point
Copy the full SHA 3f2ee12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831cbd2 - Browse repository at this point
Copy the full SHA 831cbd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a9256 - Browse repository at this point
Copy the full SHA 07a9256View commit details -
Merge branch 'feature/v0.2.0' of https://github.com/dbt-labs/dbt-server…
… into dichen/dev_1
Configuration menu - View commit details
-
Copy full SHA for 0bc0ac9 - Browse repository at this point
Copy the full SHA 0bc0ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57381e4 - Browse repository at this point
Copy the full SHA 57381e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3858bfc - Browse repository at this point
Copy the full SHA 3858bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3809953 - Browse repository at this point
Copy the full SHA 3809953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586fe70 - Browse repository at this point
Copy the full SHA 586fe70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a49fbc - Browse repository at this point
Copy the full SHA 9a49fbcView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b34dc0 - Browse repository at this point
Copy the full SHA 2b34dc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e675fb6 - Browse repository at this point
Copy the full SHA e675fb6View commit details -
RUNTIME-733 Add smoke tests (#170)
* Add smoke test and check in test dbt project jaffle shop. * nits * nits * Add changie * Update smoke test. * Start dbt-server inside smoke test. * Fix format.
Configuration menu - View commit details
-
Copy full SHA for bdd765c - Browse repository at this point
Copy the full SHA bdd765cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60826ec - Browse repository at this point
Copy the full SHA 60826ecView commit details -
Merge branch 'feature/v0.2.0' of https://github.com/dbt-labs/dbt-server…
… into dichen/dev_1
Configuration menu - View commit details
-
Copy full SHA for b2a2a8a - Browse repository at this point
Copy the full SHA b2a2a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf26df - Browse repository at this point
Copy the full SHA 7bf26dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c523b - Browse repository at this point
Copy the full SHA 98c523bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d71fc6 - Browse repository at this point
Copy the full SHA 7d71fc6View commit details
Commits on Mar 1, 2023
-
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3032136 - Browse repository at this point
Copy the full SHA 3032136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf4923 - Browse repository at this point
Copy the full SHA 8cf4923View commit details -
Merge branch 'dichen/dev_1' of https://github.com/dbt-labs/dbt-server …
…into dichen/dev_1
Configuration menu - View commit details
-
Copy full SHA for 9ca5b47 - Browse repository at this point
Copy the full SHA 9ca5b47View commit details
Commits on Mar 2, 2023
-
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c27c93e - Browse repository at this point
Copy the full SHA c27c93eView commit details -
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a4bfed - Browse repository at this point
Copy the full SHA 2a4bfedView commit details -
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6deba7f - Browse repository at this point
Copy the full SHA 6deba7fView commit details -
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c988ba - Browse repository at this point
Copy the full SHA 1c988baView commit details -
Co-authored-by: Rachel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20a1731 - Browse repository at this point
Copy the full SHA 20a1731View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdf6e3 - Browse repository at this point
Copy the full SHA dfdf6e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f96f1c - Browse repository at this point
Copy the full SHA 7f96f1cView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a9d26b - Browse repository at this point
Copy the full SHA 8a9d26bView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40354c - Browse repository at this point
Copy the full SHA a40354cView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e0fb47 - Browse repository at this point
Copy the full SHA 2e0fb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc7105 - Browse repository at this point
Copy the full SHA 7bc7105View commit details