Worker: Also consider non-primary positions for the department identification Worker: Don't load users with non-numeric IDs Job change: Select position with primary = Yes, if it exists
meltano run tap-spreadsheets-anywhere target-postgres or meltano run tap-spreadsheets-anywhere target-postgres --full-refresh
meltano invoke dbt-postgres:run
meltano --environment=sarens-demo run tap-spreadsheets-anywhere target-postgres dbt-postgres:run
Refresh / Overwrite doesn't seem to work, so manual fix here: TRUNCATE TABLE raw.absenteisme; TRUNCATE TABLE raw.departments; TRUNCATE TABLE raw.performance_review_steps; TRUNCATE TABLE raw.performance_review_sub_scoring; TRUNCATE TABLE raw.performance_review_total_scoring; TRUNCATE TABLE raw.positions; TRUNCATE TABLE raw.workers;
DROP TABLE raw.absenteisme; DROP TABLE raw.departments; DROP TABLE raw.performance_review_steps; DROP TABLE raw.performance_review_sub_scoring; DROP TABLE raw.performance_review_total_scoring; DROP TABLE raw.positions; DROP TABLE raw.workers;