Skip to content

Instantly share code, notes, and snippets.

View brbrown25's full-sized avatar

Brandon Brown brbrown25

View GitHub Profile
@brbrown25
brbrown25 / mwaa-plugins-packaging.md
Last active October 26, 2023 13:28
Building a whl zip for mwaa

Create a folder files

In the folder create the following files Dockerfile

FROM python:3.10.13

WORKDIR /managed-airflow

COPY mwaa-requirements-build.txt /managed-airflow/requirements.txt
COPY build-whl.sh /managed-airflow/build-whl.sh

Keybase proof

I hereby claim:

  • I am brbrown25 on github.
  • I am brbrown37 (https://keybase.io/brbrown37) on keybase.
  • I have a public key ASCpSHQ484rPO0WgSFx089EFZtNptdxq6p4N5ssxDq4m_wo

To claim this, I am signing this object:

@mixin font-prop($size,$line-height,$letter-spacing,$color:inherit,$family:inherit){
@if $letter-spacing == f{
color: $color;
font-family: $family;
font-size: $size;
line-height: $line-height;
}
@else{
color: $color;
font-family: $family;