14 lines
245 B
Org Mode
14 lines
245 B
Org Mode
* MRVA python tools container
|
|
Set up Docker image with python 3.11 and pip and the qldbtools. The targets are
|
|
in the =Makefile=; most important are
|
|
|
|
#+BEGIN_SRC sh
|
|
# Build
|
|
make dbt
|
|
|
|
# Check
|
|
make dbt-check
|
|
|
|
#+END_SRC
|
|
|