data-models icon indicating copy to clipboard operation
data-models copied to clipboard

Web: Remove start_date variable from users module

Open bill-warner opened this issue 4 years ago • 0 comments

GBQ & Snowflake web models contain a start_date variable in the main users playbook, which is used to seed the users_manifest table during creation. The use of a variable here is redundant, as the date within the users_manifest table is not actually required. Consider hardcoding date or simply creating an empty manifest table

bill-warner avatar Apr 13 '21 15:04 bill-warner