Benson Tucker

Results 8 issues of Benson Tucker

Fixes https://github.com/tomlepaine/fast-wavenet/issues/5 Also addressed style issues that my linter (pyflakes) complained about

# Summary Extract for database targets doesn't support the power config rendering that's available for static sources. In `extract`, the output target directory comes from `relation.data_directory`, whereas for static sources...

feature
component: extract

# Summary I'm trying to set up a fresh project and wonder if there are any templates for the 'sibling' repo. (I have the fortunate position of vaguely remembering how...

question
component: documentation

# Summary After a fresh install, attempted to run arthur: ``` ./bin/run_arthur.sh ++ pwd + docker run --rm --interactive --tty {volumes omitted} --env DATA_WAREHOUSE_CONFIG=/opt/data-warehouse/warehouse_config --env ARTHUR_DEFAULT_PREFIX=bhtucker arthur-redshift-etl:latest + cd /opt/src/arthur-redshift-etl...

bug report

# Summary We have a position abstraction in logic but not in our objects. # Details Managed schemas can be promoted from one 'position' to another (ie, staging -> standard,...

enhancement
component: internals

If extracts stop for an hour, a concurrent load will exit with a `ETLRuntimeError`, regardless of whether the relations it is waiting on extracts for are required.

component: load

Extracting with Sqoop, code must be generated and compiled each time an `extract_table` attempt is made. With a thread per database source calling Sqoop, you may not have enough memory...

component: extract

In a concurrent load, extracts may be observed to fail or may stall for long enough that the load process 'times out' waiting for them. When this happens, the last-loaded...

component: extract
component: load