Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* moved dependencies to requirements subdir * added delta helper func to configure spark session * cleaned up comments * added DBR 12.2 and 14.2 * changed conditional to use isinstance * added DBR 11.3 to tox.ini * added DBR 10.4 to tox.ini * set ingore_metadata=True * simplified tox.ini and moved doc requirements to docs dir * added some TODOs * added DBR 9.1 * updated CONTRIBUTING.md * fixed test to check for appropriate delta-spark version * removed useDeltaOpt conditional in io.write * formatting * linting * removed event_time assumption and made zorder contingent on optimizationCols * moved requirements and removed DBR 7 testing * fixed tox.ini and added pyenv to test.yml * manual trigger * readded push trigger * split into two jobs * typo * modified pyenv install cmd * restart shell cmd * added cmds to .profile * .bash_profile * combined steps * added print statement * removed shell restart * pulled pyenv action from mlflow * renamed job * forgot installation cmd * moved python installation into matrix * tox type checking now works * ignore imports for mypy * added pyenv local cmd * trying gabrielfalcao/pyenv-action@v18 * removed default * trying setup-python action * changed sequence to strings * removed pyenv cmd * only trying two env * tox-gh-actions plugin * fetch tags true * testing git * testing git describe * fetch-depth = 0 * uncomment * removed unneccessary tox envs * removed dupe codecov step * fixed coverage cmds in tox.ini * removed coverage-init * moved erase cmd * PR template * issue templates * dbr 14.3 support * removed lint and type-check from default envlist * made reusable ci action * forgot version ref * moved to workflows subdir * removed version ref * fixed job name mismatch * convert int to str * forgot -e flag * split push and release actions * testing new push action * try again * added code cov token * fixed tox build env * testing release action * fixed checkout depth * removed requirements copy step * fixed bad docstrings * got tox build-docs working * toxified release * formatting * forgot checkout step * black check and diff * stupid black version mismatch * updated doc requirements * downgraded to py3.9 on docs job * relaxing all constraints * switched to newer tox gh plugin * tox gh extension is no good * comma * fixme reminders * removed extra workflows * remove build requirements for dbr91 env * changes to buld locally on arm64 arch * simplify shell for dbr104 setup * simplify shell for dbr104 setup * no build deps for packages that need numpy * remove dbr104 env support * removed support for python 3.8 DBRs * updated contribution docs * set fail-fast to false * checkpoint commit of some updates to the code that converts nano-second precision timestamps * refactored test code data format to allow for better separation of DF creation from TSDF constructor args * formatting * We should just check for style compliance with black, not apply them * Revert "We should just check for style compliance with black, not apply them" This reverts commit 4c90318. * moving dbr version specifiers to use compatibility syntax * updating 2 test cases * renamed test action * testing json refactor * found new error * still broken * variable name refactoring * remove re import as it was unused * remove get_data_as_tsdf * remove get_data_as_sdf * fix typo in docstring * refactor schema comparison for test helper * general refactor for TSDFBaseTests * remove schema check since that is performed by chispa.asssert_df_equality * existing tests refactored and passing * interpol test case work * WIP for test_tsdf_interpolate * add idf getter to test dataframe builder * tests for tsdf refactored * remove test_tsdf_interpolate * refactor interpol_tests complete * additional checks for idf dataframe equality * refactor intervals_tests * refactor io_tests * reindent with 2 spaces for consistency * refactor resample_2_tests * refactor resample_tests * safe delete and refactor to remove resample_2_tests was identical test cases to resample_tests * refactor utils_tests * chore: tox lint * fix missing ts_convert keys in json * adjust build release to only trigger when tag is pushed to master * Revert "adjust build release to only trigger when tag is pushed to master" This reverts commit 1ac3391. * need to update CodeQL action version * updating to latest actions versions --------- Co-authored-by: Lorin <lorin@databricks.com> Co-authored-by: Lorin <lorin.dawson@databricks.com> Co-authored-by: Tristan Nixon <tristan.nixon@databricks.com>
- Loading branch information