Skip to content
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

feat(sdk): SDK - Deprecation warning when using ContainerOp #4166

Commits on Jul 7, 2020

  1. SDK - Added warning when not using components

    We have long advised our users to create reusable components.
    Creating reusable components is as easy as creating ContainerOp instances, but the components are shareable, portable and are easier to support going forward.
    Ark-kun committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    02e1a49 View commit details
    Browse the repository at this point in the history
  2. Disable warning for TFX

    Ark-kun committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a3b9ed9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    43e4311 View commit details
    Browse the repository at this point in the history
  2. Added tests

    Ark-kun committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    eec9baf View commit details
    Browse the repository at this point in the history