civisanalytics / civis-r

Civis API Client for R: https://civisanalytics.com/products/civis-platform/
Other
16 stars 12 forks source link

Generalize `write_job_output` to an arbitrary object instead of "File" #208

Open crich011 opened 5 years ago

crich011 commented 5 years ago

In 2.0.0, we released write_job_output which adds a file to the job outputs. This mechanism can be extended without much effort to include all admissible platform object types.

patr1ckm commented 5 years ago

Yes, we should absolutely do this.

I don't think it makes sense for this function to support Report, Project, or Credential.

crich011 commented 5 years ago

Makes sense to me!