deb-sahara/sahara/db/migration
Andrew Lazarev 7bae4261d0 Implemented support of placeholders in datasource URLs
Added ability to use placeholders in datasource URLs. Currently
supported placeholders:
* %RANDSTR(len)% - will be replaced with random string of
  lowercase letters of length `len`.
* %JOB_EXEC_ID% - will be replaced with the job execution ID.

Resulting URLs will be stored in a new field at job_execution
table. Using 'info' field doesn't look as good solution since it
is reserved for oozie status.

Next steps:
* write documentation
* update horizon

Implements blueprint: edp-datasource-placeholders

Change-Id: I1d9282b210047982c062b24bd03cf2331ab7599e
2015-05-06 20:50:03 +00:00
..
alembic_migrations Implemented support of placeholders in datasource URLs 2015-05-06 20:50:03 +00:00
__init__.py Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
alembic.ini Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
cli.py Drop support database downgrades 2015-03-24 15:15:03 +03:00