Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b4f09d7
Fix local spark output file-format bug
loomlike Oct 6, 2022
283b7c8
Add dev dependencies. Add unit-test for local spark job launcher
loomlike Oct 6, 2022
d6c24bf
Fix local spark submission unused param error
loomlike Oct 10, 2022
24aaaea
Merge branch 'main' into jumin/localspark_submission_fix
loomlike Oct 10, 2022
bb76c43
Refactor nyc_taxi example. TODO: update refs to the notebook
loomlike Oct 12, 2022
8447f31
Add dataset utilities and notebook path refactor. TODO: update refere…
loomlike Oct 12, 2022
ad4942c
Add init.py to datasets module. Modify maybe_download to accept dir a…
loomlike Oct 13, 2022
d16d1e1
Merge branch 'main' into jumin/example_notebook
loomlike Oct 13, 2022
b72ff3b
Add notebook test
loomlike Oct 14, 2022
9ed4b96
change notebook to use scrap flag and is_databricks
loomlike Oct 14, 2022
656d50d
Fix databricks path
loomlike Oct 14, 2022
06008ee
Fix unittest
loomlike Oct 15, 2022
2a36d51
Modify databricks notebook. Fix dbfs path errors in utils.
loomlike Oct 16, 2022
9db09df
Merge branch 'main' into jumin/example_notebook
loomlike Oct 18, 2022
4c020dc
Address review comments
loomlike Oct 19, 2022
3ecc70a
put the user_workspace feature python files back
loomlike Oct 24, 2022
db25051
Merge branch 'main' into jumin/example_notebook
loomlike Oct 24, 2022
bd9fdb3
Revive feathr_config.yaml
loomlike Oct 24, 2022
fe40c47
Merge branch 'main' into jumin/example_notebook
loomlike Oct 25, 2022
f22f114
Add custom marker to pyproject.toml
loomlike Oct 27, 2022
eeb8b0a
Merge branch 'main' into jumin/example_notebook
loomlike Oct 27, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions feathr_project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ known_first_party = ['feathr']
force_sort_within_sections = true
multi_line_output = 3

[tool.pytest.ini_options]
markers = [
"notebooks: Jupyter notebook tests",
]

[build-system]
requires = [
"setuptools",
Expand Down