Release 0.7.0 of gordo-components
-
Support dumps and loads for gordo serializer (7774f7a)
- Can dump a pipeline into bytes
serializer.dumps()
and loadserializer.loads()
- Can dump a pipeline into bytes
-
Update watchman to just use target names (43dac9b)
- Running watchman no longer requies a list of sanitized machine/target names. Only the project name
-
Pickup METADATA passed in from infrastructure (5927f4c)
- Allows users to specify
metadata
key mapping in each machine config
- Allows users to specify
-
Make Watchman return metadata from servers & report naked endpoints (18b0528)
endpoints
now reportsendpoint
as the base path to the server and not/metadata
as the endpoint.- Returns the metadata from the endpoints
metadata
route as well ashealthy
status
-
Update ambassador host to match namespace it's in (b3911d0)
- Ambassador was moved into its own namespace, fix for watchman contacting servers.
-
Add DataLakeBackedDataset as a possible data getter (227eade, 48f383b, 4385aba)