mapbox / cloudfriend

Helper functions for assembling CloudFormation templates in JavaScript
ISC License
69 stars 9 forks source link

rename glue view and add sparksql view #95

Closed Ramshackle-Jamathon closed 4 years ago

Ramshackle-Jamathon commented 4 years ago

This pr:

cc @mapbox/data-tools

rclark commented 4 years ago

I would strongly encourage (a) each of these individually and (b) a "wrapper" shortcut that builds one of each. Naming maybe is the only confusing part.

Ramshackle-Jamathon commented 4 years ago

(b) a "wrapper" shortcut that builds one of each

Keeping in mind that the syntax of sparkSQL and prestoSQL are not cross compatible, what params do you think the combined wrapper would have? Or should it just be implied that you use syntax shared by both when using it?

rclark commented 4 years ago

Oh I see what you mean. Ok, let's keep them separated.

Would GlueSparkView and GluePrestoView be acceptable names?

Ramshackle-Jamathon commented 4 years ago

Would GlueSparkView and GluePrestoView be acceptable names?

👍 yeah that works for me

rclark commented 4 years ago

Uh oh. No tests!

Screen Shot 2020-06-15 at 10 57 14 AM