-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dagster-fivetran] Mark Fivetran legacy code as deprecated #26009
Closed
maximearmstrong
wants to merge
10
commits into
master
from
maxime/mark-legacy-fivetran-code-deprecated
Closed
[dagster-fivetran] Mark Fivetran legacy code as deprecated #26009
maximearmstrong
wants to merge
10
commits into
master
from
maxime/mark-legacy-fivetran-code-deprecated
Conversation
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 was referenced Nov 19, 2024
Merged
[5/n][dagster-fivetran] Implement
FivetranWorkspaceData
to FivetranConnectorTableProps
method
#25797
Merged
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 20, 2024 00:48
78fe129
to
d3f1bf6
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 20, 2024 00:48
aacc6b9
to
77f6b7e
Compare
This was referenced Nov 20, 2024
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 21, 2024 23:55
d3f1bf6
to
b9e54d6
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 21, 2024 23:55
77f6b7e
to
f7a858e
Compare
This was referenced Nov 21, 2024
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 22, 2024 13:54
b9e54d6
to
3aa72c9
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 22, 2024 13:54
f7a858e
to
628596f
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 22, 2024 14:14
3aa72c9
to
3837589
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 22, 2024 14:15
628596f
to
17d63d4
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 22, 2024 14:19
3837589
to
b417e4e
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 22, 2024 14:19
17d63d4
to
aebd36e
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 22, 2024 14:22
b417e4e
to
3150e3e
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 22, 2024 14:22
aebd36e
to
2946ac1
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 27, 2024 15:16
6fe328f
to
c16e280
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 27, 2024 15:16
a896446
to
563ac54
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
November 27, 2024 19:28
c16e280
to
2df7622
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
November 27, 2024 19:28
563ac54
to
5981603
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
2 times, most recently
from
November 27, 2024 21:18
3317a7d
to
b0e8961
Compare
Are we confirmed ready for this? We should not be marking any APIs as deprecated until the new APIs are out of experimental. |
dpeng817
requested changes
Dec 3, 2024
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.
want to understand the plan better here
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
December 5, 2024 18:40
b0e8961
to
c94dc6b
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
December 5, 2024 18:40
5981603
to
e8ce934
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
December 5, 2024 20:13
c94dc6b
to
36e9da9
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
December 5, 2024 20:14
e8ce934
to
eaa2d85
Compare
maximearmstrong
force-pushed
the
maxime/rework-fivetran-11
branch
from
December 5, 2024 20:46
36e9da9
to
99e73bd
Compare
maximearmstrong
force-pushed
the
maxime/mark-legacy-fivetran-code-deprecated
branch
from
December 5, 2024 20:47
eaa2d85
to
9055f55
Compare
The legacy code will be marked as superseded as part of the API lifecycle project, see here. Closing this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
As title, to be deprecated in 2.0.
Changelog
[dagster-fivetran]
build_fivetran_assets
is marked as deprecated and will be removed in v2.0 in favor of thefivetran_assets
decorator.[dagster-fivetran]
load_assets_from_fivetran_instance
is marked as deprecated and will be removed in v2.0 in favor of thebuild_fivetran_assets_definitions
factory.[dagster-fivetran]
FivetranResource
is marked as deprecated and will be removed in v2.0 in favor of theFivetranWorkspace
resource.[dagster-fivetran] Fivetran ops are marked as deprecated and will be removed in v2.0 in favor of Fivetran assets.