-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: iterative/dvc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.30.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: iterative/dvc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.31.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 24 files changed
- 4 contributors
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7edcb6b - Browse repository at this point
Copy the full SHA 7edcb6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d0315 - Browse repository at this point
Copy the full SHA b0d0315View commit details -
tests: do not setup pytest plugin entrypoint (#10121)
We should not register a pytest plugin automaticallly, as we may have fixtures that might override user's fixtures. Also, it might raise import errors as in #10118. We can still use this as a plugin ourselves by setting the following in `conftest.py` file. ```python pytest_plugins = ['dvc.testing.plugin'] ```
Configuration menu - View commit details
-
Copy full SHA for 7c61463 - Browse repository at this point
Copy the full SHA 7c61463View commit details
Commits on Dec 3, 2023
-
experimental: support connection strings for databases (#10125)
* experimental: support connection strings for databases using connectorx This adds an experimental support for connector strings using connectorx. User has to provide config for the connection strings with: Example: ```console dvc config --local db_connection.pg postgres://user:pass@localhost:5432/database ``` And then, they can import using: ```console dvc import-db --sql 'query' --conn pg ``` Check supported databases and how to configure in https://sfu-db.github.io/connector-x/databases.html. This `db_connection` config is subject to change. connectorx still has the same problem with dbt as before: no support for streaming, but it'll be a bit more simpler to configure with the connection strings. * add pandas to deps * sqlalchemy * dbt streaming sql * fix test * remove connectorx * remove check in set * use mode='wb' for serialization
Configuration menu - View commit details
-
Copy full SHA for 8768b50 - Browse repository at this point
Copy the full SHA 8768b50View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e187508 - Browse repository at this point
Copy the full SHA e187508View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5ae5ef - Browse repository at this point
Copy the full SHA e5ae5efView commit details -
testing: bench: add pytest_report_header (#10132)
* testing: bench: add pytest_report_header Useful for sanity checks in logs. * Update dvc/testing/benchmarks/plugin.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3927e75 - Browse repository at this point
Copy the full SHA 3927e75View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.30.3...3.31.0