-
Notifications
You must be signed in to change notification settings - Fork 480
test #2573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
test #2573
Conversation
…o-google-sheets-spreadsheet
…send-time-entries-database-to-google-sheets-spreadsheet feat: Clockify - Send time entries database to Google Sheets spreadsheet
…et-filtered-list-time-entries Added filtered time entries notebook
This notebook will list all users from the Harvest API v2. This is helpful as it allows organizations to quickly display all of their users on Harvest.
…s-check-website-pages-status-code feat: Advertools - Check website pages status code
…freedom OWID: economic freedom data
…et-all-users Harvest - List all users
…e-per-capita OWID - greenhouse per capita
…send-interactions-from-post-url-to-hubspot feat: LinkedIn - Send interactions from post URL to HubSpot
…nd-linkedin-conversation-to-contact-notes feat: 980 hubspot send linkedin conversation to contact notes
…nce-generate-ai-powered-chat-plugin feat: YahooFinance - Generate AI powered chat plugin
bugbot run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def check_title_exists(cells, title):\n",
" for cell in cells:\n",
" if pydash.get(cell, 'cell_type') == 'markdown' and regexp_match(rf"^## *{title}", pydash.get(cell, 'source[0]')):\n",
" return True\n",
" return False"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unable to render code block
Fixes
This PR resolves #issue_number
What does this PR do?
Provide supporting docs, limitations if any, video of the template, or anything that you want to share to support your PR