-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The author of croniter has stated their intention to abandon the project and potentially remove it from PyPI. Guard against future breakages by vendoring. Test Plan: BK ## Changelog The `croniter` package is now vendored in dagster.
- Loading branch information
Showing
8 changed files
with
1,400 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,6 @@ | |
"airflow", | ||
"azure", | ||
"coloredlogs", | ||
"croniter", | ||
"dask", | ||
"databricks", | ||
"databricks_api", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright (C) 2010-2012 Matsumoto Taichi | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
25 changes: 25 additions & 0 deletions
25
python_modules/dagster/dagster/_vendored/croniter/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# -*- coding: utf-8 -*- | ||
from __future__ import absolute_import | ||
|
||
from . import croniter as cron_m | ||
from .croniter import ( | ||
DAY_FIELD, | ||
HOUR_FIELD, | ||
MINUTE_FIELD, | ||
MONTH_FIELD, | ||
OVERFLOW32B_MODE, | ||
SECOND_FIELD, | ||
UTC_DT, | ||
YEAR_FIELD, | ||
CroniterBadCronError, | ||
CroniterBadDateError, | ||
CroniterBadTypeRangeError, | ||
CroniterError, | ||
CroniterNotAlphaError, | ||
CroniterUnsupportedSyntaxError, | ||
croniter, | ||
croniter_range, | ||
datetime_to_timestamp, | ||
) | ||
|
||
croniter.__name__ # make flake8 happy |
Oops, something went wrong.
012a428
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs ready!
✅ Preview
https://dagster-docs-auzwpyakw-elementl.vercel.app
https://master.dagster.dagster-docs.io
Built with commit 012a428.
This pull request is being automatically deployed with vercel-action
012a428
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagster-docs-beta ready!
✅ Preview
https://dagster-docs-beta-gdtzvezo7-elementl.vercel.app
Built with commit 012a428.
This pull request is being automatically deployed with vercel-action