eubr-bigsea / stand

Lemonade execution monitoring API
Apache License 2.0
1 stars 2 forks source link

Default cluster is not associated to platforms during migration #56

Closed waltersf closed 3 years ago

waltersf commented 3 years ago

Default cluster must be associated at least to Spark and Scikit learn. Current workaround: Connect to database and issue the commands:

INSERT INTO cluster_platform values(null, 1, 1);
INSERT INTO cluster_platform values(null, 4 1);
waltersf commented 3 years ago

Fixed