File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 run : echo '::set-output name=WAS_EDITED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
2626
2727 integration-test-python :
28- needs : [ check_date]
28+ needs : check_date
2929 runs-on : ${{ matrix.os }}
3030 strategy :
3131 fail-fast : false
4545 --health-interval 10s
4646 --health-timeout 5s
4747 --health-retries 5
48- steps :
48+ steps :
4949 - uses : actions/checkout@v2
5050 with :
5151 # pull_request_target runs the workflow in the context of the base repo
Original file line number Diff line number Diff line change @@ -230,4 +230,4 @@ Thanks goes to these incredible people:
230230
231231<a href =" https://github.com/feast-dev/feast/graphs/contributors " >
232232 <img src =" https://contrib.rocks/image?repo=feast-dev/feast " />
233- </a >
233+ </a >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The list below contains the functionality that contributors are planning to deve
5959 * [ ] Java Client
6060 * [ ] Go Client
6161 * [ ] Delete API
62- * [ ] Feature Logging (for training)
62+ * [ ] Feature Logging (for training)
6363* ** Data Quality Management (See [ RFC] ( https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit ) )**
6464 * [x] Data profiling and validation (Great Expectations)
6565 * [ ] Training-serving skew detection (in progress)
You can’t perform that action at this time.
0 commit comments