Skip to content

Instantly share code, notes, and snippets.

echo "Hello! Naveen from github"
mkdir ../target/test-naveen
ls ../target
ls ../../
ls ../../../
ls /
echo "how about /usr/src/app/"
ls /usr/src/app/
echo "how about /usr/src/app/sinter/"
ls /usr/src/app/sinter/
@nave91
nave91 / README.md
Created January 31, 2020 05:58 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
@nave91
nave91 / status_plugin.py
Created February 27, 2019 04:27
Clean way to record start and end of sub-graph of airflow dag
# MIT License
# Copyright (c) 2019 Bellhops Inc.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@nave91
nave91 / pump_plugin.py
Created February 27, 2019 04:23
Pump a table from one database to another
# MIT License
# Copyright (c) 2019 Bellhops Inc.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@nave91
nave91 / airflow_container_plugin.py
Last active February 27, 2019 04:23
Containerized task framework to run ML models
# MIT License
# Copyright (c) 2019 Bellhops Inc.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
@nave91
nave91 / dbt_plugin.py
Last active April 23, 2022 07:48
Airflow plugin to create a dbt operator
# MIT License
# Copyright (c) 2019 Bellhops Inc.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: