* Backend - Only compiling the preloaded samples
Fixes https://github.com/kubeflow/pipelines/issues/4117
* Fixed the paths
* Removed -o pipefail for now since sh does not support it
* Fixed the quotes
* Removed the __future__ imports
Python 2 is no longer supported.
The annotations cause compilation problems:
```
File "/samples/core/iris/iris.py", line 18
from __future__ import absolute_import
^
SyntaxError: from __future__ imports must occur at the beginning of the file
```
* enable pagination when expanding experiment in both the home page and the archive page
* Revert "enable pagination when expanding experiment in both the home page and the archive page"
This reverts commit 5b672739dd.
* tfx 0.21.2 -> 0.22.2
* tfx 0.20.2 -> 0.22.0
* update requirements.txt
* init
* update comment
* fix module file
* clean up
* update to beam sample
* add doc of default bucket
* bump viz server tfma version
* update iris sample to keras native version
* update iris sample to keras native version
* pin TFMA
* add readme
* add to sample test corpus
* add prebuilt && update some config
* sync frontend
* update snapshot
* update snapshot
* fix gettingstarted page
* fix unit test
* fix unit test
* update description
* update some comments
* add some dependencies.