Remove `ExportTableToFileOperator` in 1.5.0 release
- Wanted to rename
ExportFileOperator - Deprecated
ExportFileOperator addedExportTableToFileOperatorand released it inastro-sdk-python-1.3.1` - Later we come to the conclusion that
ExportToFileOperatoris a better name choice for this. - Deprecated
ExportTableToFileOperatorand addedExportToFileOperatorinastro-sdk-python-1.4.0.
Next action: We should consider removing ExportTableToFileOperator in astro-sdk-python-1.5.0 if possible
1.4.0 changelog: https://astro-sdk-python.readthedocs.io/en/stable/CHANGELOG.html#id1 1.3.1 changelog: https://astro-sdk-python.readthedocs.io/en/stable/CHANGELOG.html#id8
If this was in a release, we should not remove it until 2.0
If this was in a release, we should not remove it until 2.0
unfortunately, yes, we released ExportTableToFileOperaotr 1.3.1 on 14th December 2022 and again deprecated it in 1.4.0 on 12th Jan 2023. We have mentioned in our release notes explicitly while deprecating that we will remove this in 1.5.0 but not sure if we can remove this or not in 1.5.0
@pankajastro should we remove it as part of 2.0? WDYT?
@kaxil suggested that we can't remove it before 2.0.0
are we planing to releasing 2.0.0?