Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Tie requirements.txt file to the Arthur version #600

Description

@thomas-vogels

Describe the bug

The upload script that deploys Arthur copies the latest version of the code into S3 while keeping a version number, so for example: dist/redshift_etl-1.56.0.tar.gz. But the file with the requirements for that version is always copied as requirements.txt. That means that an accidental upload of the requirements file or a downgrade of the version leads to the "wrong" requirements file being active.

Expected behavior
The package requirements should be part of the tar ball or a wheel so that we can run something like:

python3 -m pip install arthur-etl

without relying on an un-versioned requirements.txt file.

Additional context

See also: #574
to bring in a process around requirements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions