wildlife-dynamics / ecoscope-workflows

An extensible task specification and compiler for local and distributed workflows.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

In JSON Schema, give EarthRangerClient params more descriptive/accurate name and description #49

Open cisaacstern opened 5 days ago

cisaacstern commented 5 days ago

Dependencies:

Per @Yun-Wu's comment in https://github.com/wildlife-dynamics/ecoscope-workflows/pull/31#discussion_r1650204041, once #47 is resolved, let's make sure that EarthRangerClient parameters are more descriptively named and described.

The understandable confusion in the current paradigm is that while the parameter forms describe this parameter as a "client" of type "EarthRangerClient", that in fact only describes what the eventually materialized object will be by the time we get into the body of the task. From the perspective of user-passed parameters, we actually need a string name of a pre-configured EarthRanger data connection.