Organisations and Leaders in the Knowledge Society
Organizations and leaders must facilitate the acquisition and application of each of these skills. This means policies, procedures, and organizational structures that enable their employees to use these skills. It also means leaders and managers that encourage and facilitate their use. Thinking Skills Communication Teamwork and Leadership Lifelong Learning and Self-Direction Technology Use Ethics and … Read more
Knowledge Worker
A Knowledge Worker is a professional who generates value for the organisation with their expertise, critical thinking and interpersonal skills. Thinking Skills Thinking Skills – the ability to work with information effectively to solve problems, perform tasks, and design solutions. Thinking skills include: Communication Communication – the ability to understand and share ideas effectively. This includes … Read more
An Overview of the Bronze Pipeline
Data pipeline name: My Bronze Pipeline Owner: Data Engineering Team Used since: July 2023 Purpose: The Bronze pipeline is an automated the loading of Parquet data files from an Azure data lake storage container into tables in the staging database Overview This pipeline orchestrates the movement of new data that is continually appended to storage. … Read more
Steps to create Global Dimension
In myBMT Table object Check table has Data Fields objects Mark Data Fields for Controller Snippet Create Data Mart controller Export Data Mart Controller snippet In VS-Code or SSMS Execute Upsert Check Data
How to Redirect from HTTP to HTTPS
Set up your redirects in your .htaccess file: <IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}[L,R=301]</IfModule> Look confusing? Here’s the breakdown: You can also solve this from within PHP in case your provider has disabled .htaccess (which is unlikely since you asked for it, but anyway)
An Overview of the Medallion Pipeline
Data pipeline name: Medallion to Bronze ETL Pipeline Owner: Data Engineering Team Used since: July 2023 Purpose: The Medallion pipeline is an automated process that handles the extraction, loading, and processing of CSV data from SATUK or GMISUK systems into bronze storage as parquet files. Overview The Medallion pipeline begins by setting source variables based … Read more
Restart mySQL
Instead, first try using the MySQL backup folder which is included with XAMPP. So do next steps: